diff mbox series

scsi: qlogicpti: Remove unneeded semicolon

Message ID 5b703018fcab06a574c713c318df1112@208suo.com
State New
Headers show
Series scsi: qlogicpti: Remove unneeded semicolon | expand

Commit Message

baomingtong001@208suo.com June 14, 2023, 8:54 a.m. UTC
./drivers/scsi/qlogicpti.c:1153:3-4: Unneeded semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.com>
---
  drivers/scsi/qlogicpti.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bart Van Assche June 14, 2023, 6:17 p.m. UTC | #1
On 6/14/23 01:54, baomingtong001@208suo.com wrote:
> ./drivers/scsi/qlogicpti.c:1153:3-4: Unneeded semicolon

That's a very short patch description. Although I'm not sure this patch 
will be considered useful by anyone, please mention the name of the tool 
that has been used to detect the unneeded semicolon in the patch 
description.

Thanks,

Bart.
diff mbox series

Patch

diff --git a/drivers/scsi/qlogicpti.c b/drivers/scsi/qlogicpti.c
index 1e8fbd457248..52253b7da157 100644
--- a/drivers/scsi/qlogicpti.c
+++ b/drivers/scsi/qlogicpti.c
@@ -1150,7 +1150,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);
      }