diff --git a/scst/include/scst.h b/scst/include/scst.h index 4352129fd..59a140584 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1703,7 +1703,7 @@ struct scst_cmd { /**************************************************************/ /* cmd's async flags */ - unsigned long cmd_flags __attribute__((aligned(sizeof(long)))); + unsigned long cmd_flags __attribute__((aligned(sizeof(long)))); /* Keeps status of cmd's status/data delivery to remote initiator */ int delivery_status;