diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-24 15:24:16 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 15:24:35 (GMT) |
commit | 59e13d48334c38a73aec1759fe9a13eb4e476bf6 (patch) | |
tree | 11b57ef5ae69131c9381760504cc0210474ce8ab /drivers/scsi/bnx2fc | |
parent | 0d4ba4d7b115bd37cfa64274273eb91e848bd236 (diff) | |
download | linux-59e13d48334c38a73aec1759fe9a13eb4e476bf6.tar.xz |
scsi: fix various printk and comment typos
Correct spelling typo within drivers/scsi
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/bnx2fc')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c index 05fe662..f982d2a 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c @@ -908,7 +908,7 @@ static void bnx2fc_indicate_netevent(void *context, unsigned long event, return; default: - printk(KERN_ERR PFX "Unkonwn netevent %ld", event); + printk(KERN_ERR PFX "Unknown netevent %ld", event); return; } @@ -1738,7 +1738,7 @@ static int bnx2fc_ulp_get_stats(void *handle) /** * bnx2fc_ulp_start - cnic callback to initialize & start adapter instance * - * @handle: transport handle pointing to adapter struture + * @handle: transport handle pointing to adapter structure * * This function maps adapter structure to pcidev structure and initiates * firmware handshake to enable/initialize on-chip FCoE components. |