mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
qla2x00t-32gbit: 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> See also upstream commit 8f525bc2a7b296cf24cfa7e5186bc32dd8e766aa. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9290 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5002,8 +5002,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;\
|
||||
|
||||
Reference in New Issue
Block a user