summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_mgmt.c
diff options
context:
space:
mode:
authorMasanari Iida2013-04-17 17:12:55 +0200
committerJiri Kosina2013-04-24 16:43:00 +0200
commitb23f7a09f93516f90c8e51d3e2d822f67d809d8b (patch)
tree7a2a242fa58a164ec252cfda417c3854e84c8bd9 /drivers/scsi/be2iscsi/be_mgmt.c
parentdoc: devicetree: Fix various typos (diff)
downloadkernel-qcow2-linux-b23f7a09f93516f90c8e51d3e2d822f67d809d8b.tar.gz
kernel-qcow2-linux-b23f7a09f93516f90c8e51d3e2d822f67d809d8b.tar.xz
kernel-qcow2-linux-b23f7a09f93516f90c8e51d3e2d822f67d809d8b.zip
treewide: Fix typo in printk and comments
Fix typo in printk and comments within various drivers. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_mgmt.c')
-rw-r--r--drivers/scsi/be2iscsi/be_mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_mgmt.c b/drivers/scsi/be2iscsi/be_mgmt.c
index a6c2fe4b4d65..55cc9902263d 100644
--- a/drivers/scsi/be2iscsi/be_mgmt.c
+++ b/drivers/scsi/be2iscsi/be_mgmt.c
@@ -1292,7 +1292,7 @@ beiscsi_adap_family_disp(struct device *dev, struct device_attribute *attr,
break;
default:
return snprintf(buf, PAGE_SIZE,
- "Unkown Adapter Family: 0x%x\n", dev_id);
+ "Unknown Adapter Family: 0x%x\n", dev_id);
break;
}
}