Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/mbr Fix some whitespace style issues.



details:   https://anonhg.NetBSD.org/src/rev/bd9744a07831
branches:  trunk
changeset: 322842:bd9744a07831
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat May 19 18:19:37 2018 +0000

description:
Fix some whitespace style issues.

diffstat:

 sys/arch/i386/stand/mbr/gpt.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c118f2655947 -r bd9744a07831 sys/arch/i386/stand/mbr/gpt.S
--- a/sys/arch/i386/stand/mbr/gpt.S     Sat May 19 18:18:16 2018 +0000
+++ b/sys/arch/i386/stand/mbr/gpt.S     Sat May 19 18:19:37 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gpt.S,v 1.2 2018/05/19 18:18:16 jakllsch Exp $ */
+/*     $NetBSD: gpt.S,v 1.3 2018/05/19 18:19:37 jakllsch Exp $ */
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
  *
  * NO_LBA_CHECK        - no check if bios supports LBA reads
  * NO_CRC_CHECK        - disable crc checks for GPT
- * NO_BANNER    - do not output title line 'banner'
+ * NO_BANNER   - do not output title line 'banner'
  */
 
 #ifdef COM_PORT
@@ -143,7 +143,7 @@
        mov     %ax, %es
        mov     %ax, %ds
        movw    $mbr, %di
-       mov     $BOOTADDR + (mbr - start), %si
+       mov     $BOOTADDR + (mbr - start), %si
        push    %ax                     /* zero for %cs of lret */
        push    %di
        movw    $(bss_start - mbr), %cx



Home | Main Index | Thread Index | Old Index