diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index ba3abdfde..5bedab39b 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -4197,7 +4197,7 @@ out_err: EXPORT_SYMBOL(scst_cmd_set_ext_cdb); struct scst_cmd *scst_alloc_cmd(const uint8_t *cdb, - unsigned int cdb_len, gfp_t gfp_mask) + unsigned int cdb_len, gfp_t gfp_mask) { struct scst_cmd *cmd; diff --git a/scst/src/scst_priv.h b/scst/src/scst_priv.h index c66c9e867..54921734c 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -364,7 +364,7 @@ void scst_free_session(struct scst_session *sess); void scst_free_session_callback(struct scst_session *sess); struct scst_cmd *scst_alloc_cmd(const uint8_t *cdb, - unsigned int cdb_len, gfp_t gfp_mask); + unsigned int cdb_len, gfp_t gfp_mask); void scst_free_cmd(struct scst_cmd *cmd); static inline void scst_destroy_cmd(struct scst_cmd *cmd) {