From d52dc638a3f78b79faac4e875e3f703aae1e415d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 25 Jun 2012 06:33:11 +0000 Subject: [PATCH] scst: Convert a C99 comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4375 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;