From 5641019adfb67c1178f2a01df232965066274b55 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 04:43:26 +0000 Subject: [PATCH] Merge r7480 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7729 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index b56b89fa9..01e848211 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -165,7 +165,8 @@ enum { /* Internal cmd finished */ SCST_CMD_STATE_FINISHED_INTERNAL, - SCST_CMD_STATE_LAST_ACTIVE = (SCST_CMD_STATE_FINISHED_INTERNAL+100), + /* An invalid command state */ + SCST_CMD_STATE_LAST_ACTIVE, /** Passive states **/