Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci KNF a comment



details:   https://anonhg.NetBSD.org/src/rev/21f7b3a0878a
branches:  trunk
changeset: 948710:21f7b3a0878a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 29 15:49:45 2020 +0000

description:
KNF a comment

diffstat:

 sys/dev/pci/pci_map.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r bc2deb40d15b -r 21f7b3a0878a sys/dev/pci/pci_map.c
--- a/sys/dev/pci/pci_map.c     Tue Dec 29 15:49:13 2020 +0000
+++ b/sys/dev/pci/pci_map.c     Tue Dec 29 15:49:45 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_map.c,v 1.43 2020/12/29 15:49:13 skrll Exp $       */
+/*     $NetBSD: pci_map.c,v 1.44 2020/12/29 15:49:45 skrll Exp $       */
 
 /*-
  * Copyright (c) 1998, 2000, 2020 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_map.c,v 1.43 2020/12/29 15:49:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_map.c,v 1.44 2020/12/29 15:49:45 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -636,7 +636,8 @@
                }
        }
 
-       /* If we're called with maxsize/offset of 0, behave like
+       /*
+        * If we're called with maxsize/offset of 0, behave like
         * pci_mapreg_map.
         */
 



Home | Main Index | Thread Index | Old Index