diff --git a/scst/include/scst.h b/scst/include/scst.h index 4b8de2b3a..68ea6b9b0 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1677,17 +1677,11 @@ struct scst_cmd { /* Set if cmd is finished */ unsigned int finished:1; -#ifdef CONFIG_DEBUG_SG - /* - * Set if the cmd was delayed by task management debugging code. - * Used only if CONFIG_SCST_DEBUG_TM is on. - */ +#ifdef CONFIG_SCST_DEBUG_TM + /* Set if the cmd was delayed by task management debugging code */ unsigned int tm_dbg_delayed:1; - /* - * Set if the cmd must be ignored by task management debugging code. - * Used only if CONFIG_SCST_DEBUG_TM is on. - */ + /* Set if the cmd must be ignored by task management debugging code */ unsigned int tm_dbg_immut:1; #endif