svn commit: r253809 - head/sys/dev/mps

Scott Long scottl at FreeBSD.org
Tue Jul 30 17:35:07 UTC 2013


Author: scottl
Date: Tue Jul 30 17:35:06 2013
New Revision: 253809
URL: http://svnweb.freebsd.org/changeset/base/253809

Log:
  Fix a printf typo.
  
  Obtained from:	LSI

Modified:
  head/sys/dev/mps/mps_sas.c

Modified: head/sys/dev/mps/mps_sas.c
==============================================================================
--- head/sys/dev/mps/mps_sas.c	Tue Jul 30 16:20:54 2013	(r253808)
+++ head/sys/dev/mps/mps_sas.c	Tue Jul 30 17:35:06 2013	(r253809)
@@ -3070,7 +3070,7 @@ mpssas_action_resetdev(struct mpssas_sof
 	tm = mps_alloc_command(sc);
 	if (tm == NULL) {
 		mps_dprint(sc, MPS_ERROR,
-		    "comand alloc failure in mpssas_action_resetdev\n");
+		    "command alloc failure in mpssas_action_resetdev\n");
 		ccb->ccb_h.status = CAM_RESRC_UNAVAIL;
 		xpt_done(ccb);
 		return;


More information about the svn-src-all mailing list