Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: fix typo of "suppport" in various comments

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
d7558148 23e5047a

+6 -6
+1 -1
arch/ia64/kvm/kvm-ia64.c
··· 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 5 * Copyright (C) 2007, Intel Corporation.
+1 -1
drivers/net/ethernet/intel/e1000/e1000_ethtool.c
··· 1671 1671 /* apply any specific unsupported masks here */ 1672 1672 switch (hw->device_id) { 1673 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 1675 wol->supported &= ~WAKE_UCAST; 1676 1676 1677 1677 if (adapter->wol & E1000_WUFC_EX)
+1 -1
drivers/net/wireless/zd1211rw/zd_chip.c
··· 1155 1155 if (r) 1156 1156 goto out; 1157 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 1159 * full speed USB. 1160 1160 */ 1161 1161 r = set_mandatory_rates(chip, 1);
+1 -1
drivers/scsi/bnx2fc/bnx2fc_hwi.c
··· 296 296 ofld_req3.flags |= (interface->vlan_enabled << 297 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 302 /* Initialize offload request 4 structure */
+1 -1
drivers/usb/gadget/at91_udc.c
··· 51 51 * full speed USB controllers, including the at91rm9200 (arm920T, with MMU), 52 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 55 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the 56 56 * testing hasn't covered such cases.) 57 57 *
+1 -1
sound/pci/emu10k1/emu10k1_patch.c
··· 123 123 offset += size; 124 124 data += size; 125 125 126 - #if 0 /* not suppported yet */ 126 + #if 0 /* not supported yet */ 127 127 /* handle reverse (or bidirectional) loop */ 128 128 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) { 129 129 /* copy loop in reverse */