Module Name:    src
Committed By:   skrll
Date:           Tue Dec 29 15:49:45 UTC 2020

Modified Files:
        src/sys/dev/pci: pci_map.c

Log Message:
KNF a comment


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/pci_map.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pci_map.c
diff -u src/sys/dev/pci/pci_map.c:1.43 src/sys/dev/pci/pci_map.c:1.44
--- src/sys/dev/pci/pci_map.c:1.43	Tue Dec 29 15:49:13 2020
+++ src/sys/dev/pci/pci_map.c	Tue Dec 29 15:49:45 2020
@@ -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 @@ pci_mapreg_submap(const struct pci_attac
 		}
 	}
 
-	/* 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.
 	 */
 

Reply via email to