Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/dev/scsipi Unwrap a line.



details:   https://anonhg.NetBSD.org/src/rev/def8bc3d7da6
branches:  thorpej-cfargs
changeset: 960481:def8bc3d7da6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Mar 28 20:38:47 2021 +0000

description:
Unwrap a line.

diffstat:

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

diffs (28 lines):

diff -r 88e289b46ccf -r def8bc3d7da6 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sun Mar 28 20:36:16 2021 +0000
+++ b/sys/dev/scsipi/scsiconf.c Sun Mar 28 20:38:47 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.290.4.2 2021/03/21 17:35:49 thorpej Exp $       */
+/*     $NetBSD: scsiconf.c,v 1.290.4.3 2021/03/28 20:38:47 thorpej Exp $       */
 
 /*-
  * Copyright (c) 1998, 1999, 2004 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.290.4.2 2021/03/21 17:35:49 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.290.4.3 2021/03/28 20:38:47 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -433,8 +433,7 @@
 }
 
 static int
-scsibusrescan(device_t sc, const char *ifattr,
-    const int *locators)
+scsibusrescan(device_t sc, const char *ifattr, const int *locators)
 {
 
        KASSERT(ifattr && !strcmp(ifattr, "scsibus"));



Home | Main Index | Thread Index | Old Index