mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix a printf typo.
Obtained from: LSI
This commit is contained in:
parent
22dbec3de7
commit
7263f45e6f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253809
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user