summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/acpi
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2017-03-10 11:25:57 -0800
committerLee Leahy <leroy.p.leahy@intel.com>2017-03-15 04:59:35 +0100
commit006d73d2e224a06736e6a43b4109a3e70d344241 (patch)
tree9f53195139e8f1fd4c55a125ace756df7ea4a613 /src/soc/intel/common/acpi
parentc5f3685f4486a875c0957b713932e241c46ea537 (diff)
downloadcoreboot-006d73d2e224a06736e6a43b4109a3e70d344241.tar.xz
soc/intel/common: Wrap lines at 80 columns
Fix the following error detected by checkpatch.pl: ERROR: code indent should use tabs where possible TEST=Build and run on Galileo Gen2 Change-Id: Ief4b96073b3df30e45bf5d802ca3b190e7f431a7 Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/18753 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/acpi')
-rw-r--r--src/soc/intel/common/acpi/acpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/acpi/acpi.c b/src/soc/intel/common/acpi/acpi.c
index c27362473e..458b95fd54 100644
--- a/src/soc/intel/common/acpi/acpi.c
+++ b/src/soc/intel/common/acpi/acpi.c
@@ -71,8 +71,8 @@ __attribute__((weak)) uint32_t cpu_get_max_ratio(void)
__attribute__((weak)) uint32_t cpu_get_bus_clock(void)
{
/* CPU bus clock is set by default here to 100MHz.
- This function returns the bus clock in KHz.
- */
+ * This function returns the bus clock in KHz.
+ */
return 100 * KHz;
}