aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/id.S
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2017-03-16 15:18:22 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2017-03-17 03:18:24 +0100
commit6f80ccc357702f87baf43440d97a49bcce999393 (patch)
tree645c4e00d5e0314b1f3e54c74016d6ee82e575c7 /src/arch/x86/id.S
parente5f29e8bf8c928a83764fcf428c1a05767bff7dd (diff)
arch/x86: Wrap lines at 80 columns
Fix the following warning detected by checkpatch.pl: WARNING: line over 80 characters TEST=Build and run on Galileo Gen2 Change-Id: I3495cd30d1737d9ee728c8a9e72bd426d7a69c37 Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/18864 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/arch/x86/id.S')
-rw-r--r--src/arch/x86/id.S12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/arch/x86/id.S b/src/arch/x86/id.S
index f10aa08291..6151990e3a 100644
--- a/src/arch/x86/id.S
+++ b/src/arch/x86/id.S
@@ -23,9 +23,15 @@ vendor:
.asciz CONFIG_MAINBOARD_VENDOR
part:
.asciz CONFIG_MAINBOARD_PART_NUMBER
-.long __id_end + CONFIG_ID_SECTION_OFFSET - ver /* Reverse offset to the vendor id */
-.long __id_end + CONFIG_ID_SECTION_OFFSET - vendor /* Reverse offset to the vendor id */
-.long __id_end + CONFIG_ID_SECTION_OFFSET - part /* Reverse offset to the part number */
+.long __id_end + CONFIG_ID_SECTION_OFFSET - ver /* Reverse offset to the
+ *vendor id
+ */
+.long __id_end + CONFIG_ID_SECTION_OFFSET - vendor /* Reverse offset to the
+ * vendor id
+ */
+.long __id_end + CONFIG_ID_SECTION_OFFSET - part /* Reverse offset to the
+ * part number
+ */
.long CONFIG_ROM_SIZE /* Size of this romimage */
.globl __id_end