scsi: pmcraid: Convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Thu, 5 Sep 2024 02:35:21 +0000 (10:35 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 13 Sep 2024 00:42:09 +0000 (20:42 -0400)
Replace comma between expressions with semicolons.

Using a ',' in place of a ';' can have unintended side effects. Although
that is not the case here, it is seems best to use ';' unless ',' is
intended.

Found by inspection. No functional change intended. Compile tested only.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20240905023521.1642862-1-nichen@iscas.ac.cn
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pmcraid.c

index a2a084c..8f7307c 100644 (file)
@@ -1946,7 +1946,7 @@ static void pmcraid_soft_reset(struct pmcraid_cmd *cmd)
        }
 
        iowrite32(doorbell, pinstance->int_regs.host_ioa_interrupt_reg);
-       ioread32(pinstance->int_regs.host_ioa_interrupt_reg),
+       ioread32(pinstance->int_regs.host_ioa_interrupt_reg);
        int_reg = ioread32(pinstance->int_regs.ioa_host_interrupt_reg);
 
        pmcraid_info("Waiting for IOA to become operational %x:%x\n",