Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/a1d59cb4a711
branches:  trunk
changeset: 941087:a1d59cb4a711
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 18 16:28:57 2020 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm/bootconfig.c     |  8 ++++----
 sys/arch/arm/include/bootconfig.h |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 94471aa3ae5d -r a1d59cb4a711 sys/arch/arm/arm/bootconfig.c
--- a/sys/arch/arm/arm/bootconfig.c     Sun Oct 18 16:12:39 2020 +0000
+++ b/sys/arch/arm/arm/bootconfig.c     Sun Oct 18 16:28:57 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootconfig.c,v 1.12 2020/07/10 12:25:08 skrll Exp $    */
+/*     $NetBSD: bootconfig.c,v 1.13 2020/10/18 16:28:57 skrll Exp $    */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: bootconfig.c,v 1.12 2020/07/10 12:25:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bootconfig.c,v 1.13 2020/10/18 16:28:57 skrll Exp $");
 
 #include <sys/systm.h>
 #include <sys/kmem.h>
@@ -51,7 +51,7 @@
 #include <net/if_ether.h>
 #endif
 
-/* 
+/*
  * Function to identify and process different types of boot argument
  * Note, results may contain trailing data, eg:
  * get_bootconf_option("cow=moo milk=1", "moo", BOOTOPT_TYPE_STRING, &ptr)
@@ -109,7 +109,7 @@
                                        break;
                                case BOOTOPT_TYPE_STRING :
                                        *((char **)result) = ptr;
-                                       break;                  
+                                       break;
                                case BOOTOPT_TYPE_INT :
                                        *((int *)result) =
                                            (u_int)strtoul(ptr, NULL, 10);
diff -r 94471aa3ae5d -r a1d59cb4a711 sys/arch/arm/include/bootconfig.h
--- a/sys/arch/arm/include/bootconfig.h Sun Oct 18 16:12:39 2020 +0000
+++ b/sys/arch/arm/include/bootconfig.h Sun Oct 18 16:28:57 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootconfig.h,v 1.9 2018/03/03 16:11:22 skrll Exp $     */
+/*     $NetBSD: bootconfig.h,v 1.10 2020/10/18 16:28:57 skrll Exp $    */
 
 /*
  * Copyright (c) 1994 Mark Brinicombe.
@@ -49,7 +49,7 @@
 #define BOOTOPT_TYPE_MASK              7
 
 struct boot_physmem {
-       paddr_t bp_start;               /* starting PFN (not address) */ 
+       paddr_t bp_start;               /* starting PFN (not address) */
        psize_t bp_pages;               /* # of pages */
        u_int bp_freelist;              /* VM_FREELIST_ * */
        u_int bp_flags;



Home | Main Index | Thread Index | Old Index