From: domen@coderock.org
To: akpm@osdl.org
Cc: ak@suse.de, linux-kernel@vger.kernel.org, domen@coderock.org,
didickman@yahoo.com
Subject: [patch 1/1] CodingStyle: trivial whitespace fixups
Date: Sat, 19 Mar 2005 14:19:13 +0100 [thread overview]
Message-ID: <20050319131913.951D81F248@trashy.coderock.org> (raw)
When I do a "diff -Nur arch/i386 arch/x86_64" to see what is different between these two
architectures, I see some differences due to whitespace issues only. The attached patch removes
some of the noise by fixing up the following files:
- arch/i386/boot/bootsect.S
- arch/i386/boot/video.S
- arch/x86_64/boot/bootsect.S
Signed-off-by: Daniel Dickman <didickman@yahoo.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
---
kj-domen/arch/i386/boot/bootsect.S | 2 +-
kj-domen/arch/i386/boot/video.S | 18 +++++++++---------
kj-domen/arch/x86_64/boot/bootsect.S | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)
diff -puN arch/i386/boot/bootsect.S~whitespace-arch_i386_boot_bootsect.S arch/i386/boot/bootsect.S
--- kj/arch/i386/boot/bootsect.S~whitespace-arch_i386_boot_bootsect.S 2005-03-18 20:05:15.000000000 +0100
+++ kj-domen/arch/i386/boot/bootsect.S 2005-03-18 20:05:15.000000000 +0100
@@ -83,7 +83,7 @@ bugger_off_msg:
.ascii "\n"
.ascii "Remove disk and press any key to reboot . . .\r\n"
.byte 0
-
+
# Kernel attributes; used by setup
diff -puN arch/i386/boot/video.S~whitespace-arch_i386_boot_bootsect.S arch/i386/boot/video.S
--- kj/arch/i386/boot/video.S~whitespace-arch_i386_boot_bootsect.S 2005-03-18 20:05:15.000000000 +0100
+++ kj-domen/arch/i386/boot/video.S 2005-03-18 20:05:15.000000000 +0100
@@ -1924,36 +1924,36 @@ skip10: movb %ah, %al
ret
store_edid:
- pushw %es # just save all registers
- pushw %ax
+ pushw %es # just save all registers
+ pushw %ax
pushw %bx
pushw %cx
pushw %dx
pushw %di
- pushw %fs
+ pushw %fs
popw %es
movl $0x13131313, %eax # memset block with 0x13
movw $32, %cx
movw $0x140, %di
cld
- rep
- stosl
+ rep
+ stosl
- movw $0x4f15, %ax # do VBE/DDC
+ movw $0x4f15, %ax # do VBE/DDC
movw $0x01, %bx
movw $0x00, %cx
movw $0x01, %dx
movw $0x140, %di
- int $0x10
+ int $0x10
- popw %di # restore all registers
+ popw %di # restore all registers
popw %dx
popw %cx
popw %bx
popw %ax
- popw %es
+ popw %es
ret
# VIDEO_SELECT-only variables
diff -puN arch/x86_64/boot/bootsect.S~whitespace-arch_i386_boot_bootsect.S arch/x86_64/boot/bootsect.S
--- kj/arch/x86_64/boot/bootsect.S~whitespace-arch_i386_boot_bootsect.S 2005-03-18 20:05:15.000000000 +0100
+++ kj-domen/arch/x86_64/boot/bootsect.S 2005-03-18 20:05:15.000000000 +0100
@@ -63,7 +63,7 @@ msg_loop:
jz die
movb $0xe, %ah
movw $7, %bx
- int $0x10
+ int $0x10
jmp msg_loop
die:
@@ -71,7 +71,7 @@ die:
xorw %ax, %ax
int $0x16
int $0x19
-
+
# int 0x19 should never return. In case it does anyway,
# invoke the BIOS reset code...
ljmp $0xf000,$0xfff0
_
reply other threads:[~2005-03-19 13:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050319131913.951D81F248@trashy.coderock.org \
--to=domen@coderock.org \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--cc=didickman@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox