Signed-off-by: Fubo Chen <fubo.chen@xxxxxxxxx> diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index 648d233..4a37b8a 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h @@ -489,7 +489,7 @@ static inline int scsi_is_wlun(unsigned int lun) #define sense_class(sense) (((sense) >> 4) & 0x7) #define sense_error(sense) ((sense) & 0xf) -#define sense_valid(sense) ((sense) & 0x80); +#define sense_valid(sense) ((sense) & 0x80) /* * default timeouts -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html