diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-22 18:40:21 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 14:13:52 +0100 |
commit | d7558148084de03e5a87b5d2e602de048ac1a476 (patch) | |
tree | f148ab24244675ad36d26e9807e4bb44b18cda9c /drivers/scsi/bnx2fc | |
parent | 23e5047afc710357d36ba519acf0af5285c5c944 (diff) | |
download | linux-d7558148084de03e5a87b5d2e602de048ac1a476.tar.bz2 |
treewide: fix typo of "suppport" in various comments
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_hwi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_hwi.c b/drivers/scsi/bnx2fc/bnx2fc_hwi.c index 6d6eee42ac7d..ef60afa94d0e 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_hwi.c +++ b/drivers/scsi/bnx2fc/bnx2fc_hwi.c @@ -296,7 +296,7 @@ int bnx2fc_send_session_ofld_req(struct fcoe_port *port, ofld_req3.flags |= (interface->vlan_enabled << FCOE_KWQE_CONN_OFFLOAD3_B_VLAN_FLAG_SHIFT); - /* C2_VALID and ACK flags are not set as they are not suppported */ + /* C2_VALID and ACK flags are not set as they are not supported */ /* Initialize offload request 4 structure */ |