[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211101091819.37517-1-zhang.mingyu@zte.com.cn>
Date: Mon, 1 Nov 2021 09:18:19 +0000
From: cgel.zte@...il.com
To: jejb@...ux.ibm.com
Cc: martin.petersen@...cle.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org,
Zhang Mingyu <zhang.mingyu@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: [PATCH] scsi:qlogicpti:Remove unneeded semicolon
From: Zhang Mingyu <zhang.mingyu@....com.cn>
Eliminate the following coccinelle check warning:
drivers/scsi/qlogicpti.c:1152:3-4
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Zhang Mingyu <zhang.mingyu@....com.cn>
---
drivers/scsi/qlogicpti.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/qlogicpti.c b/drivers/scsi/qlogicpti.c
index 57f2f4135a06..59c82d740139 100644
--- a/drivers/scsi/qlogicpti.c
+++ b/drivers/scsi/qlogicpti.c
@@ -1149,7 +1149,7 @@ static struct scsi_cmnd *qlogicpti_intr_handler(struct qlogicpti *qpti)
case COMMAND_ERROR:
case COMMAND_PARAM_ERROR:
break;
- };
+ }
sbus_writew(0, qpti->qregs + SBUS_SEMAPHORE);
}
--
2.25.1
Powered by blists - more mailing lists