]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
treewide: fix typo of "suppport" in various comments
authorMasanari Iida <standby24x7@gmail.com>
Wed, 22 Aug 2012 09:40:21 +0000 (18:40 +0900)
committerJiri Kosina <jkosina@suse.cz>
Mon, 19 Nov 2012 13:13:52 +0000 (14:13 +0100)
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/ia64/kvm/kvm-ia64.c
drivers/net/ethernet/intel/e1000/e1000_ethtool.c
drivers/net/wireless/zd1211rw/zd_chip.c
drivers/scsi/bnx2fc/bnx2fc_hwi.c
drivers/usb/gadget/at91_udc.c
sound/pci/emu10k1/emu10k1_patch.c

index 8b3a9c0e771dc3926131b428ba2472a337d41845..0a88cb5d316db2d1ecee607eabeace897857cdad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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.
index 9089d00f14216431b9bf33db13a51b35414184b9..14e30515f6aa86a9f45d88aded9a027c736872b4 100644 (file)
@@ -1671,7 +1671,7 @@ static void e1000_get_wol(struct net_device *netdev,
        /* apply any specific unsupported masks here */
        switch (hw->device_id) {
        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;
 
                if (adapter->wol & E1000_WUFC_EX)
index ff306d763e37a893976e67b9a5502760b208ff4a..71ab320fae821a34b5afc4917f6915248c10fdd6 100644 (file)
@@ -1155,7 +1155,7 @@ int zd_chip_init_hw(struct zd_chip *chip)
        if (r)
                goto out;
        /* 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.
         */
        r = set_mandatory_rates(chip, 1);
index 6d6eee42ac7d4181c775c5617475720c4e50c231..ef60afa94d0e75c265a5010be1dc72c62b82166b 100644 (file)
@@ -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 */
index 89d90b5fb78749c66110462e55e3146c363d2796..6992d35c5e396d234cf24827ffd879290cc44bb1 100644 (file)
@@ -51,7 +51,7 @@
  * full speed USB controllers, including the at91rm9200 (arm920T, with MMU),
  * 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
  * testing hasn't covered such cases.)
  *
index e10f027bde03a660899e1a440538c2a661d150e9..662a45876a8b3d9b6e1008173216b32c705776bf 100644 (file)
@@ -123,7 +123,7 @@ snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
        offset += size;
        data += size;
 
-#if 0 /* not suppported yet */
+#if 0 /* not supported yet */
        /* handle reverse (or bidirectional) loop */
        if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) {
                /* copy loop in reverse */