diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 630fb05d8..0fc7c80b0 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -6499,7 +6499,7 @@ static int get_cdb_info_min(struct scst_cmd *cmd, { switch (cmd->cdb[1]) { case MI_REPORT_IDENTIFYING_INFORMATION: - case MI_REPORT_TARGET_PGS: // REPORT TARGET PORT GROUPS + case MI_REPORT_TARGET_PGS: /* REPORT TARGET PORT GROUPS */ cmd->op_flags |= SCST_REG_RESERVE_ALLOWED | SCST_WRITE_EXCL_ALLOWED | SCST_EXCL_ACCESS_ALLOWED; break;