svn commit: r264780 - stable/9/sys/dev/iwn

Christian Brueffer brueffer at FreeBSD.org
Tue Apr 22 21:05:12 UTC 2014


Author: brueffer
Date: Tue Apr 22 21:05:11 2014
New Revision: 264780
URL: http://svnweb.freebsd.org/changeset/base/264780

Log:
  MFC: r264416
  
  Add a missing comma between error message definitions.
  
  CID:		1199266
  Found with:	Coverity Prevent(tm)

Modified:
  stable/9/sys/dev/iwn/if_iwnreg.h
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/iwn/if_iwnreg.h
==============================================================================
--- stable/9/sys/dev/iwn/if_iwnreg.h	Tue Apr 22 21:02:02 2014	(r264779)
+++ stable/9/sys/dev/iwn/if_iwnreg.h	Tue Apr 22 21:05:11 2014	(r264780)
@@ -1772,7 +1772,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",


More information about the svn-src-stable-9 mailing list