All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: fnic: remove unneeded semicolon
@ 2020-09-11  9:10 Jason Yan
  2020-09-15 21:35 ` Martin K. Petersen
  2020-09-22  3:56 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Yan @ 2020-09-11  9:10 UTC (permalink / raw)
  To: satishkh, sebaddel, kartilak, jejb, martin.petersen, yanaijie,
	linux-scsi
  Cc: Hulk Robot

This addresses the following coccinelle warning:

drivers/scsi/fnic/fnic_main.c:446:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
---
 drivers/scsi/fnic/fnic_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/fnic/fnic_main.c b/drivers/scsi/fnic/fnic_main.c
index 8258348857e2..5f8a7ef8f6a8 100644
--- a/drivers/scsi/fnic/fnic_main.c
+++ b/drivers/scsi/fnic/fnic_main.c
@@ -443,7 +443,7 @@ static void fnic_notify_timer_start(struct fnic *fnic)
 	default:
 		/* Using intr for notification for INTx/MSI-X */
 		break;
-	};
+	}
 }
 
 static int fnic_dev_wait(struct vnic_dev *vdev,
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: fnic: remove unneeded semicolon
  2020-09-11  9:10 [PATCH] scsi: fnic: remove unneeded semicolon Jason Yan
@ 2020-09-15 21:35 ` Martin K. Petersen
  2020-09-22  3:56 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2020-09-15 21:35 UTC (permalink / raw)
  To: Jason Yan
  Cc: satishkh, sebaddel, kartilak, jejb, martin.petersen, linux-scsi,
	Hulk Robot


Jason,

> This addresses the following coccinelle warning:
>
> drivers/scsi/fnic/fnic_main.c:446:2-3: Unneeded semicolon

Applied to 5.10/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: fnic: remove unneeded semicolon
  2020-09-11  9:10 [PATCH] scsi: fnic: remove unneeded semicolon Jason Yan
  2020-09-15 21:35 ` Martin K. Petersen
@ 2020-09-22  3:56 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2020-09-22  3:56 UTC (permalink / raw)
  To: linux-scsi, Jason Yan, satishkh, sebaddel, kartilak, jejb
  Cc: Martin K . Petersen, Hulk Robot

On Fri, 11 Sep 2020 17:10:57 +0800, Jason Yan wrote:

> This addresses the following coccinelle warning:
> 
> drivers/scsi/fnic/fnic_main.c:446:2-3: Unneeded semicolon

Applied to 5.10/scsi-queue, thanks!

[1/1] scsi: fnic: Remove unneeded semicolon
      https://git.kernel.org/mkp/scsi/c/bff8b14b0974

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-22  3:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11  9:10 [PATCH] scsi: fnic: remove unneeded semicolon Jason Yan
2020-09-15 21:35 ` Martin K. Petersen
2020-09-22  3:56 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.