mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix a printf typo.
Obtained from: LSI
This commit is contained in:
parent
22dbec3de7
commit
7263f45e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue