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/bad28eab3fa4
branches: trunk
changeset: 1017503:bad28eab3fa4
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 592208833c1e -r bad28eab3fa4 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