mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
Fixed a spelling error in a source code comment.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2333 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1912,7 +1912,7 @@ static int scst_get_cmd_abnormal_done_state(const struct scst_cmd *cmd)
|
||||
PRINT_CRIT_ERROR("Wrong cmd state %d (cmd %p, op %x)",
|
||||
cmd->state, cmd, cmd->cdb[0]);
|
||||
sBUG();
|
||||
/* Invalid state to supress compiler's warning */
|
||||
/* Invalid state to suppress a compiler warning */
|
||||
res = SCST_CMD_STATE_LAST_ACTIVE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user