Module Name:    src
Committed By:   maya
Date:           Sat Mar 11 21:23:36 UTC 2017

Modified Files:
        src/sys/dev/pci: if_iwnreg.h

Log Message:
Add missing comma, else the strings are concatenated (and possibly the
wrong message is used). noted by coverity.

Linux iwlwifi strings seem similar.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/if_iwnreg.h

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/if_iwnreg.h
diff -u src/sys/dev/pci/if_iwnreg.h:1.15 src/sys/dev/pci/if_iwnreg.h:1.16
--- src/sys/dev/pci/if_iwnreg.h:1.15	Sun Nov  9 14:40:54 2014
+++ src/sys/dev/pci/if_iwnreg.h	Sat Mar 11 21:23:36 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_iwnreg.h,v 1.15 2014/11/09 14:40:54 nonaka Exp $	*/
+/*	$NetBSD: if_iwnreg.h,v 1.16 2017/03/11 21:23:36 maya Exp $	*/
 /*	$OpenBSD: if_iwnreg.h,v 1.49 2014/09/09 18:56:24 sthen Exp $	*/
 
 /*-
@@ -1940,7 +1940,7 @@ static const char * const iwn_fw_errmsg[
 	"NMI_INTERRUPT_DATA_ACTION_PT",
 	"NMI_TRM_HW_ER",
 	"NMI_INTERRUPT_TRM",
-	"NMI_INTERRUPT_BREAKPOINT"
+	"NMI_INTERRUPT_BREAKPOINT",
 	"DEBUG_0",
 	"DEBUG_1",
 	"DEBUG_2",

Reply via email to