ciss(4): Fix a typo in a debug messsage
- s/unspported/unsupported/ MFC after: 5 days
This commit is contained in:
+1
-1
@@ -3140,7 +3140,7 @@ ciss_cam_action(struct cam_sim *sim, union ccb *ccb)
|
||||
}
|
||||
|
||||
default: /* we can't do this */
|
||||
debug(1, "unspported func_code = 0x%x", ccb->ccb_h.func_code);
|
||||
debug(1, "unsupported func_code = 0x%x", ccb->ccb_h.func_code);
|
||||
ccb->ccb_h.status = CAM_REQ_INVALID;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user