Commit d7558148 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina

treewide: fix typo of "suppport" in various comments

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 23e5047a
/* /*
* kvm_ia64.c: Basic KVM suppport On Itanium series processors * kvm_ia64.c: Basic KVM support On Itanium series processors
* *
* *
* Copyright (C) 2007, Intel Corporation. * Copyright (C) 2007, Intel Corporation.
......
...@@ -1671,7 +1671,7 @@ static void e1000_get_wol(struct net_device *netdev, ...@@ -1671,7 +1671,7 @@ static void e1000_get_wol(struct net_device *netdev,
/* apply any specific unsupported masks here */ /* apply any specific unsupported masks here */
switch (hw->device_id) { switch (hw->device_id) {
case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
/* KSP3 does not suppport UCAST wake-ups */ /* KSP3 does not support UCAST wake-ups */
wol->supported &= ~WAKE_UCAST; wol->supported &= ~WAKE_UCAST;
if (adapter->wol & E1000_WUFC_EX) if (adapter->wol & E1000_WUFC_EX)
......
...@@ -1155,7 +1155,7 @@ int zd_chip_init_hw(struct zd_chip *chip) ...@@ -1155,7 +1155,7 @@ int zd_chip_init_hw(struct zd_chip *chip)
if (r) if (r)
goto out; goto out;
/* Currently we support IEEE 802.11g for full and high speed USB. /* Currently we support IEEE 802.11g for full and high speed USB.
* It might be discussed, whether we should suppport pure b mode for * It might be discussed, whether we should support pure b mode for
* full speed USB. * full speed USB.
*/ */
r = set_mandatory_rates(chip, 1); r = set_mandatory_rates(chip, 1);
......
...@@ -296,7 +296,7 @@ int bnx2fc_send_session_ofld_req(struct fcoe_port *port, ...@@ -296,7 +296,7 @@ int bnx2fc_send_session_ofld_req(struct fcoe_port *port,
ofld_req3.flags |= (interface->vlan_enabled << ofld_req3.flags |= (interface->vlan_enabled <<
FCOE_KWQE_CONN_OFFLOAD3_B_VLAN_FLAG_SHIFT); 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 */ /* Initialize offload request 4 structure */
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
* full speed USB controllers, including the at91rm9200 (arm920T, with MMU), * full speed USB controllers, including the at91rm9200 (arm920T, with MMU),
* at91sam926x (arm926ejs, with MMU), and several no-mmu versions. * at91sam926x (arm926ejs, with MMU), and several no-mmu versions.
* *
* This driver expects the board has been wired with two GPIOs suppporting * This driver expects the board has been wired with two GPIOs supporting
* a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the
* testing hasn't covered such cases.) * testing hasn't covered such cases.)
* *
......
...@@ -123,7 +123,7 @@ snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, ...@@ -123,7 +123,7 @@ snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
offset += size; offset += size;
data += size; data += size;
#if 0 /* not suppported yet */ #if 0 /* not supported yet */
/* handle reverse (or bidirectional) loop */ /* handle reverse (or bidirectional) loop */
if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) { if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) {
/* copy loop in reverse */ /* copy loop in reverse */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment