aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-22 05:40:21 -0400
committerJiri Kosina <jkosina@suse.cz>2012-11-19 08:13:52 -0500
commitd7558148084de03e5a87b5d2e602de048ac1a476 (patch)
treef148ab24244675ad36d26e9807e4bb44b18cda9c
parent23e5047afc710357d36ba519acf0af5285c5c944 (diff)
treewide: fix typo of "suppport" in various comments
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--arch/ia64/kvm/kvm-ia64.c2
-rw-r--r--drivers/net/ethernet/intel/e1000/e1000_ethtool.c2
-rw-r--r--drivers/net/wireless/zd1211rw/zd_chip.c2
-rw-r--r--drivers/scsi/bnx2fc/bnx2fc_hwi.c2
-rw-r--r--drivers/usb/gadget/at91_udc.c2
-rw-r--r--sound/pci/emu10k1/emu10k1_patch.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c
index 8b3a9c0e771d..0a88cb5d316d 100644
--- a/arch/ia64/kvm/kvm-ia64.c
+++ b/arch/ia64/kvm/kvm-ia64.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * kvm_ia64.c: Basic KVM suppport On Itanium series processors 2 * kvm_ia64.c: Basic KVM support On Itanium series processors
3 * 3 *
4 * 4 *
5 * Copyright (C) 2007, Intel Corporation. 5 * Copyright (C) 2007, Intel Corporation.
diff --git a/drivers/net/ethernet/intel/e1000/e1000_ethtool.c b/drivers/net/ethernet/intel/e1000/e1000_ethtool.c
index 9089d00f1421..14e30515f6aa 100644
--- a/drivers/net/ethernet/intel/e1000/e1000_ethtool.c
+++ b/drivers/net/ethernet/intel/e1000/e1000_ethtool.c
@@ -1671,7 +1671,7 @@ static void e1000_get_wol(struct net_device *netdev,
1671 /* apply any specific unsupported masks here */ 1671 /* apply any specific unsupported masks here */
1672 switch (hw->device_id) { 1672 switch (hw->device_id) {
1673 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: 1673 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
1674 /* KSP3 does not suppport UCAST wake-ups */ 1674 /* KSP3 does not support UCAST wake-ups */
1675 wol->supported &= ~WAKE_UCAST; 1675 wol->supported &= ~WAKE_UCAST;
1676 1676
1677 if (adapter->wol & E1000_WUFC_EX) 1677 if (adapter->wol & E1000_WUFC_EX)
diff --git a/drivers/net/wireless/zd1211rw/zd_chip.c b/drivers/net/wireless/zd1211rw/zd_chip.c
index ff306d763e37..71ab320fae82 100644
--- a/drivers/net/wireless/zd1211rw/zd_chip.c
+++ b/drivers/net/wireless/zd1211rw/zd_chip.c
@@ -1155,7 +1155,7 @@ int zd_chip_init_hw(struct zd_chip *chip)
1155 if (r) 1155 if (r)
1156 goto out; 1156 goto out;
1157 /* Currently we support IEEE 802.11g for full and high speed USB. 1157 /* Currently we support IEEE 802.11g for full and high speed USB.
1158 * It might be discussed, whether we should suppport pure b mode for 1158 * It might be discussed, whether we should support pure b mode for
1159 * full speed USB. 1159 * full speed USB.
1160 */ 1160 */
1161 r = set_mandatory_rates(chip, 1); 1161 r = set_mandatory_rates(chip, 1);
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,
296 ofld_req3.flags |= (interface->vlan_enabled << 296 ofld_req3.flags |= (interface->vlan_enabled <<
297 FCOE_KWQE_CONN_OFFLOAD3_B_VLAN_FLAG_SHIFT); 297 FCOE_KWQE_CONN_OFFLOAD3_B_VLAN_FLAG_SHIFT);
298 298
299 /* C2_VALID and ACK flags are not set as they are not suppported */ 299 /* C2_VALID and ACK flags are not set as they are not supported */
300 300
301 301
302 /* Initialize offload request 4 structure */ 302 /* Initialize offload request 4 structure */
diff --git a/drivers/usb/gadget/at91_udc.c b/drivers/usb/gadget/at91_udc.c
index 89d90b5fb787..6992d35c5e39 100644
--- a/drivers/usb/gadget/at91_udc.c
+++ b/drivers/usb/gadget/at91_udc.c
@@ -51,7 +51,7 @@
51 * full speed USB controllers, including the at91rm9200 (arm920T, with MMU), 51 * full speed USB controllers, including the at91rm9200 (arm920T, with MMU),
52 * at91sam926x (arm926ejs, with MMU), and several no-mmu versions. 52 * at91sam926x (arm926ejs, with MMU), and several no-mmu versions.
53 * 53 *
54 * This driver expects the board has been wired with two GPIOs suppporting 54 * This driver expects the board has been wired with two GPIOs supporting
55 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the 55 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the
56 * testing hasn't covered such cases.) 56 * testing hasn't covered such cases.)
57 * 57 *
diff --git a/sound/pci/emu10k1/emu10k1_patch.c b/sound/pci/emu10k1/emu10k1_patch.c
index e10f027bde03..662a45876a8b 100644
--- a/sound/pci/emu10k1/emu10k1_patch.c
+++ b/sound/pci/emu10k1/emu10k1_patch.c
@@ -123,7 +123,7 @@ snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
123 offset += size; 123 offset += size;
124 data += size; 124 data += size;
125 125
126#if 0 /* not suppported yet */ 126#if 0 /* not supported yet */
127 /* handle reverse (or bidirectional) loop */ 127 /* handle reverse (or bidirectional) loop */
128 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) { 128 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) {
129 /* copy loop in reverse */ 129 /* copy loop in reverse */