mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
scsi: bnx2fc: Fix spelling mistake "couldnt" -> "couldn't"
There are spelling mistakes in various printk messages. Fix these. Link: https://lore.kernel.org/r/20200810085057.49039-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
cb562b132b
commit
886a0b54f8
@ -864,7 +864,7 @@ int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req)
|
||||
|
||||
abts_io_req = bnx2fc_elstm_alloc(tgt, BNX2FC_ABTS);
|
||||
if (!abts_io_req) {
|
||||
printk(KERN_ERR PFX "abts: couldnt allocate cmd\n");
|
||||
printk(KERN_ERR PFX "abts: couldn't allocate cmd\n");
|
||||
rc = FAILED;
|
||||
goto abts_err;
|
||||
}
|
||||
@ -957,7 +957,7 @@ int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
|
||||
|
||||
seq_clnp_req = bnx2fc_elstm_alloc(tgt, BNX2FC_SEQ_CLEANUP);
|
||||
if (!seq_clnp_req) {
|
||||
printk(KERN_ERR PFX "cleanup: couldnt allocate cmd\n");
|
||||
printk(KERN_ERR PFX "cleanup: couldn't allocate cmd\n");
|
||||
rc = -ENOMEM;
|
||||
kfree(cb_arg);
|
||||
goto cleanup_err;
|
||||
@ -1015,7 +1015,7 @@ int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req)
|
||||
|
||||
cleanup_io_req = bnx2fc_elstm_alloc(tgt, BNX2FC_CLEANUP);
|
||||
if (!cleanup_io_req) {
|
||||
printk(KERN_ERR PFX "cleanup: couldnt allocate cmd\n");
|
||||
printk(KERN_ERR PFX "cleanup: couldn't allocate cmd\n");
|
||||
rc = -1;
|
||||
goto cleanup_err;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user