summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2009-04-20 15:56:30 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2009-04-20 15:56:30 -0700
commit31937531087fb47aa4a3a218e8114b32176f8683 (patch)
tree45717a07f96c3053df052e084c06db151f1def84 /core
parentf0e7d4b1ffdd5f636632ac4dd88671410f6dd575 (diff)
downloadsyslinux-31937531087fb47aa4a3a218e8114b32176f8683.tar.gz
Global whitespace cleanup.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core')
-rw-r--r--core/bcopyxx.inc8
-rw-r--r--core/bootsect.inc2
-rw-r--r--core/conio.inc2
-rw-r--r--core/dnsresolv.inc2
-rw-r--r--core/highmem.inc2
-rw-r--r--core/isolinux.asm6
-rw-r--r--core/parseconfig.inc2
7 files changed, 12 insertions, 12 deletions
diff --git a/core/bcopyxx.inc b/core/bcopyxx.inc
index c42af49e..b237b005 100644
--- a/core/bcopyxx.inc
+++ b/core/bcopyxx.inc
@@ -43,7 +43,7 @@ bcopyxx_start equ $
;
; Clobbers ESI, EDI, ECX.
;
-
+
pm_bcopy:
push ebx
push edx
@@ -236,7 +236,7 @@ pm_shuffle:
jmp edi ; Protected mode entry
; We have a real-mode entry point, so we need to return
- ; to real mode...
+ ; to real mode...
pm_shuffle_real_mode:
call .here
.here: pop ebx
@@ -271,7 +271,7 @@ bcopy_gdt:
dd bcopy_gdt ; pointer for LGDT instruction
dw 0
- ; TSS segment to keep Intel VT happy. Intel VT is
+ ; TSS segment to keep Intel VT happy. Intel VT is
; unhappy about anything that doesn't smell like a
; full-blown 32-bit OS.
desc TSS
@@ -290,7 +290,7 @@ bcopy_gdt:
desc DS32
dd 0000ffffh ; 28h Data segment, use32, read/write,
dd 00cf9300h ; present, dpl 0, cover all 4G
-
+
bcopy_gdt_size: equ $-bcopy_gdt
alignz 4
diff --git a/core/bootsect.inc b/core/bootsect.inc
index e7c2903b..b107eb5c 100644
--- a/core/bootsect.inc
+++ b/core/bootsect.inc
@@ -172,7 +172,7 @@ replace_bootstrap:
mov si,__replacestub_lma
mov cx,__replacestub_dwords
rep movsd
-
+
xor ecx,ecx
pop cx ; ECX <- length of list
diff --git a/core/conio.inc b/core/conio.inc
index aa3fd0ef..8f5a2922 100644
--- a/core/conio.inc
+++ b/core/conio.inc
@@ -34,7 +34,7 @@ loadkeys:
; Make sure we are at EOF now...
call getc
jnc .done ; We should be at EOF now!
-
+
; It was okay, we can now move it into the KbdMap
mov si,trackbuf
mov di,KbdMap
diff --git a/core/dnsresolv.inc b/core/dnsresolv.inc
index 9b0eb0a0..c2c429cb 100644
--- a/core/dnsresolv.inc
+++ b/core/dnsresolv.inc
@@ -360,7 +360,7 @@ dns_resolv:
add si,ax
loop .parseanswer
-.badness:
+.badness:
; We got back no data from this server.
; Unfortunately, for a recursive, non-authoritative
; query there is no such thing as an NXDOMAIN reply,
diff --git a/core/highmem.inc b/core/highmem.inc
index 69652b7f..5ae3abea 100644
--- a/core/highmem.inc
+++ b/core/highmem.inc
@@ -71,7 +71,7 @@ get_e820:
;
test byte [E820Buf+20],1 ; AddressRangeEnabled
jz .not_ram
-.no_ext_attr:
+.no_ext_attr:
;
; Look for a memory block starting at <= 1 MB and continuing upward
;
diff --git a/core/isolinux.asm b/core/isolinux.asm
index 68c601be..c5545bad 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -232,7 +232,7 @@ bi_end:
; Custom entry point for the hybrid-mode disk.
; The following values will have been pushed onto the
; entry stack:
- ; - CBIOS Heads
+ ; - CBIOS Heads
; - CBIOS Sectors
; - EBIOS flag
; - DX (including drive number)
@@ -754,7 +754,7 @@ getlinsec: jmp word [cs:GetlinsecPtr]
getlinsec_ebios:
xor edx,edx
shld edx,eax,2
- shl eax,2 ; Convert to HDD sectors
+ shl eax,2 ; Convert to HDD sectors
shl bp,2
.loop:
@@ -824,7 +824,7 @@ getlinsec_ebios:
; getlinsec implementation for legacy CBIOS
;
getlinsec_cbios:
- shl eax,2 ; Convert to HDD sectors
+ shl eax,2 ; Convert to HDD sectors
shl bp,2
.loop:
diff --git a/core/parseconfig.inc b/core/parseconfig.inc
index 593687d0..962d1200 100644
--- a/core/parseconfig.inc
+++ b/core/parseconfig.inc
@@ -413,7 +413,7 @@ commit_vk:
; append statement
cmp byte [InitRD+NULLOFFSET],NULLFILE
je .noinitrd
-
+
mov si,str_initrd
mov cx,7 ; "initrd="
rep movsb