projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1d078
)
scsi: bnx2fc: fix spelling mistake: "Couldnt" -> "Couldn't"
author
Colin Ian King
<
[email protected]
>
Fri, 1 Dec 2017 09:37:25 +0000
(09:37 +0000)
committer
Martin K. Petersen
<
[email protected]
>
Tue, 5 Dec 2017 03:56:02 +0000
(22:56 -0500)
Trivial fix to spelling mistake in error message text.
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Martin K. Petersen <
[email protected]
>
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index e6b9de7d41ac08719835dc06ba6bcbd0b00df8fc..65de1d0578a1fa03ff350eee94e8c5145bce88b3 100644
(file)
--- a/
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
+++ b/
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
@@
-1552,7
+1552,7
@@
static struct fc_lport *bnx2fc_if_create(struct bnx2fc_interface *interface,
rc = bnx2fc_shost_config(lport, parent);
if (rc) {
- printk(KERN_ERR PFX "Couldnt configure shost for %s\n",
+ printk(KERN_ERR PFX "Couldn
'
t configure shost for %s\n",
interface->netdev->name);
goto lp_config_err;
}
@@
-1560,7
+1560,7
@@
static struct fc_lport *bnx2fc_if_create(struct bnx2fc_interface *interface,
/* Initialize the libfc library */
rc = bnx2fc_libfc_config(lport);
if (rc) {
- printk(KERN_ERR PFX "Couldnt configure libfc\n");
+ printk(KERN_ERR PFX "Couldn
'
t configure libfc\n");
goto shost_err;
}
fc_host_port_type(lport->host) = FC_PORTTYPE_UNKNOWN;