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

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

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

Modified: stable/10/sys/dev/iwn/if_iwnreg.h
==============================================================================
--- stable/10/sys/dev/iwn/if_iwnreg.h   Tue Apr 22 20:57:23 2014        
(r264778)
+++ stable/10/sys/dev/iwn/if_iwnreg.h   Tue Apr 22 21:02:02 2014        
(r264779)
@@ -2019,7 +2019,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",
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to