Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"

There are a few spelling mistakes in some error messages. Fix them.

Link: https://lore.kernel.org/r/20220319231122.21476-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Colin Ian King and committed by
Martin K. Petersen
7ff897b2 16ed828b

+3 -3
+3 -3
drivers/scsi/bnx2fc/bnx2fc_hwi.c
··· 1169 1169 ofld_kcqe->fcoe_conn_context_id); 1170 1170 interface = tgt->port->priv; 1171 1171 if (hba != interface->hba) { 1172 - printk(KERN_ERR PFX "ERROR:ofld_cmpl: HBA mis-match\n"); 1172 + printk(KERN_ERR PFX "ERROR:ofld_cmpl: HBA mismatch\n"); 1173 1173 goto ofld_cmpl_err; 1174 1174 } 1175 1175 /* ··· 1226 1226 * and enable 1227 1227 */ 1228 1228 if (tgt->context_id != context_id) { 1229 - printk(KERN_ERR PFX "context id mis-match\n"); 1229 + printk(KERN_ERR PFX "context id mismatch\n"); 1230 1230 return; 1231 1231 } 1232 1232 interface = tgt->port->priv; 1233 1233 if (hba != interface->hba) { 1234 - printk(KERN_ERR PFX "bnx2fc-enbl_cmpl: HBA mis-match\n"); 1234 + printk(KERN_ERR PFX "bnx2fc-enbl_cmpl: HBA mismatch\n"); 1235 1235 goto enbl_cmpl_err; 1236 1236 } 1237 1237 if (!ofld_kcqe->completion_status)