Fix a printf typo.

Obtained from:	LSI
This commit is contained in:
Scott Long 2013-07-30 17:35:06 +00:00
parent 22dbec3de7
commit 7263f45e6f

View file

@ -3070,7 +3070,7 @@ mpssas_action_resetdev(struct mpssas_softc *sassc, union ccb *ccb)
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;