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

2020-12-09 Thread Martin K. Petersen
On Mon, 30 Nov 2020 12:55:09 -0800, t...@redhat.com wrote: > The macro use will already have a semicolon. > Remove unneeded escaped newline. Applied to 5.11/scsi-queue, thanks! [1/1] scsi: qla2xxx: remove trailing semicolon in macro definition

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

2020-12-07 Thread Martin K. Petersen
Tom, > The macro use will already have a semicolon. Remove unneeded escaped > newline. Applied to 5.11/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

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

2020-12-01 Thread Daniel Wagner
On Mon, Nov 30, 2020 at 12:55:09PM -0800, t...@redhat.com wrote: > From: Tom Rix > > The macro use will already have a semicolon. > Remove unneeded escaped newline. > > Signed-off-by: Tom Rix Reviewed-by: Daniel Wagner

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

2020-11-30 Thread trix
From: Tom Rix The macro use will already have a semicolon. Remove unneeded escaped newline. Signed-off-by: Tom Rix --- v2: remove unneeded escaped newline --- drivers/scsi/qla2xxx/qla_def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_def.h