scsi: qla2xxx: Remove trailing semicolon in macro definition
The macro use will already have a semicolon. Remove unneeded escaped newline. Link: https://lore.kernel.org/r/20201130205509.3447316-1-trix@redhat.com Reviewed-by: Daniel Wagner <dwagner@suse.de> Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
d4fc94fe65
commit
8f525bc2a7
@ -4975,8 +4975,7 @@ struct secure_flash_update_block_pk {
|
||||
} while (0)
|
||||
|
||||
#define QLA_QPAIR_MARK_NOT_BUSY(__qpair) \
|
||||
atomic_dec(&__qpair->ref_count); \
|
||||
|
||||
atomic_dec(&__qpair->ref_count)
|
||||
|
||||
#define QLA_ENA_CONF(_ha) {\
|
||||
int i;\
|
||||
|
Loading…
Reference in New Issue
Block a user