ciss(4): Fix a typo in a debug messsage

- s/unspported/unsupported/

MFC after:	5 days
This commit is contained in:
Gordon Bergling
2025-10-29 16:36:50 +01:00
parent 081aa26778
commit 84d75bb018
+1 -1
View File
@@ -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;
}