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/d11f712c8e5a
branches: thorpej-cfargs
changeset: 960451:d11f712c8e5a
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 42ae518d2da5 -r d11f712c8e5a 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