Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/dev/pci Fix missing comma.



details:   https://anonhg.NetBSD.org/src/rev/df24e3e535e0
branches:  thorpej-cfargs
changeset: 953862:df24e3e535e0
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Mar 22 16:47:13 2021 +0000

description:
Fix missing comma.

diffstat:

 sys/dev/pci/twa.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6f78137e1d88 -r df24e3e535e0 sys/dev/pci/twa.c
--- a/sys/dev/pci/twa.c Mon Mar 22 16:23:38 2021 +0000
+++ b/sys/dev/pci/twa.c Mon Mar 22 16:47:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: twa.c,v 1.58.10.2 2021/03/22 16:23:45 thorpej Exp $ */
+/*     $NetBSD: twa.c,v 1.58.10.3 2021/03/22 16:47:13 thorpej Exp $ */
 /*     $wasabi: twa.c,v 1.27 2006/07/28 18:17:21 wrstuden Exp $        */
 
 /*-
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.58.10.2 2021/03/22 16:23:45 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.58.10.3 2021/03/22 16:47:13 thorpej Exp $");
 
 //#define TWA_DEBUG
 
@@ -1010,7 +1010,7 @@
 
                                sc->sc_units[unit].td_dev =
                                    config_found(sc->twa_dv, &twaa, twa_print,
-                                   CFARG_SUBMATCH, config_stdsubmatch
+                                   CFARG_SUBMATCH, config_stdsubmatch,
                                    CFARG_IATTR, attr,
                                    CFARG_LOCATORS, locs,
                                    CFARG_EOL);



Home | Main Index | Thread Index | Old Index