Re: [PATCH] scsi: qla2xxx: remove trailing semicolon in macro definition

From: Daniel Wagner
Date: Mon Nov 30 2020 - 11:30:50 EST


> >> #define QLA_QPAIR_MARK_NOT_BUSY(__qpair) \
> >> - atomic_dec(&__qpair->ref_count); \
> >> + atomic_dec(&__qpair->ref_count) \
> > Nitpick, please insert an additional tab after the remove so that the
> > backlashes align again.
>
> How about removing the last escaped newline and the next empty line ?

Yes please.