lkml.org 
[lkml]   [2014]   [Dec]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] x86: Fix multiple coding style issues
Date
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
arch/x86/boot/header.S | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index 16ef025..75f016b 100644
--- a/arch/x86/boot/header.S
+++ b/arch/x86/boot/header.S
@@ -211,7 +211,8 @@ section_table:
.long 0 # PointerToLineNumbers
.word 0 # NumberOfRelocations
.word 0 # NumberOfLineNumbers
- .long 0x60500020 # Characteristics (section flags)
+ .long 0x60500020 # Characteristics
+ # (section flags)

#
# The EFI application loader requires a relocation section
@@ -229,7 +230,8 @@ section_table:
.long 0 # PointerToLineNumbers
.word 0 # NumberOfRelocations
.word 0 # NumberOfLineNumbers
- .long 0x42100040 # Characteristics (section flags)
+ .long 0x42100040 # Characteristics
+ # (section flags)

#
# The offset & size fields are filled in by build.c.
@@ -247,7 +249,8 @@ section_table:
.long 0 # PointerToLineNumbers
.word 0 # NumberOfRelocations
.word 0 # NumberOfLineNumbers
- .long 0x60500020 # Characteristics (section flags)
+ .long 0x60500020 # Characteristics
+ # (section flags)

#
# The offset & size fields are filled in by build.c.
@@ -266,7 +269,8 @@ section_table:
.long 0 # PointerToLineNumbers
.word 0 # NumberOfRelocations
.word 0 # NumberOfLineNumbers
- .long 0xc8000080 # Characteristics (section flags)
+ .long 0xc8000080 # Characteristics
+ # (section flags)

#endif /* CONFIG_EFI_STUB */

@@ -426,7 +430,8 @@ cmdline_size: .long COMMAND_LINE_SIZE-1 #length of the command line,
#added with boot protocol
#version 2.06

-hardware_subarch: .long 0 # subarchitecture, added with 2.07
+hardware_subarch: .long 0 # subarchitecture,
+ # added with 2.07
# default to 0 for normal x86 PC

hardware_subarch_data: .quad 0
--
2.2.1.202.g98acd41


\
 
 \ /
  Last update: 2014-12-26 14:01    [W:0.061 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site