treewide: Fix typos in printk
authorMasanari Iida <standby24x7@gmail.com>
Mon, 8 Feb 2016 11:53:12 +0000 (20:53 +0900)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 Apr 2016 09:23:24 +0000 (11:23 +0200)
This patch fix spelling typos found in printk
within various part of the kernel sources.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
12 files changed:
arch/x86/kernel/cpu/microcode/intel.c
arch/x86/kvm/iommu.c
block/partitions/efi.c
drivers/edac/amd64_edac.c
drivers/mtd/sm_ftl.c
drivers/net/ethernet/mellanox/mlx5/core/sriov.c
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
drivers/scsi/aic94xx/aic94xx_hwi.c
drivers/scsi/aic94xx/aic94xx_seq.c
drivers/scsi/isci/port.c
fs/exofs/super.c
net/tipc/socket.c

index cbb3cf09b0652a7556649237598c9f74e53744c7..65cbbcd48fe478bff070e22b65abc4b9861885da 100644 (file)
@@ -422,7 +422,7 @@ static void show_saved_mc(void)
                data_size = get_datasize(mc_saved_header);
                date = mc_saved_header->date;
 
-               pr_debug("mc_saved[%d]: sig=0x%x, pf=0x%x, rev=0x%x, toal size=0x%x, date = %04x-%02x-%02x\n",
+               pr_debug("mc_saved[%d]: sig=0x%x, pf=0x%x, rev=0x%x, total size=0x%x, date = %04x-%02x-%02x\n",
                         i, sig, pf, rev, total_size,
                         date & 0xffff,
                         date >> 24,
index a22a488b46226834dd575e8df827a13df9201ea8..3069281904d385105e8091affc5752c5895480ff 100644 (file)
@@ -254,7 +254,7 @@ int kvm_iommu_map_guest(struct kvm *kvm)
            !iommu_capable(&pci_bus_type, IOMMU_CAP_INTR_REMAP)) {
                printk(KERN_WARNING "%s: No interrupt remapping support,"
                       " disallowing device assignment."
-                      " Re-enble with \"allow_unsafe_assigned_interrupts=1\""
+                      " Re-enable with \"allow_unsafe_assigned_interrupts=1\""
                       " module option.\n", __func__);
                iommu_domain_free(kvm->arch.iommu_domain);
                kvm->arch.iommu_domain = NULL;
index 26cb624ace05c308ad8a83b5c1639b26bdc4e139..bcd86e5cd5460cc34750f3491d720f4b69e2a19c 100644 (file)
@@ -430,7 +430,7 @@ static int is_gpt_valid(struct parsed_partitions *state, u64 lba,
        }
        /* Check that sizeof_partition_entry has the correct value */
        if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) {
-               pr_debug("GUID Partitition Entry Size check failed.\n");
+               pr_debug("GUID Partition Entry Size check failed.\n");
                goto fail;
        }
 
@@ -443,7 +443,7 @@ static int is_gpt_valid(struct parsed_partitions *state, u64 lba,
                        le32_to_cpu((*gpt)->sizeof_partition_entry));
 
        if (crc != le32_to_cpu((*gpt)->partition_entry_array_crc32)) {
-               pr_debug("GUID Partitition Entry Array CRC check failed.\n");
+               pr_debug("GUID Partition Entry Array CRC check failed.\n");
                goto fail_ptes;
        }
 
index d87a47547ba59933d719d39cf1fe1460df2eeb55..930089e9e41179d7e3ff137b554493bd8d1c2282 100644 (file)
@@ -645,7 +645,7 @@ static u64 sys_addr_to_input_addr(struct mem_ctl_info *mci, u64 sys_addr)
        input_addr =
            dram_addr_to_input_addr(mci, sys_addr_to_dram_addr(mci, sys_addr));
 
-       edac_dbg(2, "SysAdddr 0x%lx translates to InputAddr 0x%lx\n",
+       edac_dbg(2, "SysAddr 0x%lx translates to InputAddr 0x%lx\n",
                 (unsigned long)sys_addr, (unsigned long)input_addr);
 
        return input_addr;
index b096f8bb05baecf4269684f0d9d01e970ef0b7f9..3692dd5478799f044bbf56895e467b144074b00a 100644 (file)
@@ -386,7 +386,7 @@ restart:
                if (test_bit(boffset / SM_SECTOR_SIZE, &invalid_bitmap)) {
 
                        sm_printk("sector %d of block at LBA %d of zone %d"
-                               " coudn't be read, marking it as invalid",
+                               " couldn't be read, marking it as invalid",
                                boffset / SM_SECTOR_SIZE, lba, zone);
 
                        oob.data_status = 0;
index 7b24386794f994c3bf3a9aed60182f306b92ffc2..d6a3f412ba9f03cf1de7df333af00b6a46185508 100644 (file)
@@ -140,7 +140,7 @@ int mlx5_core_sriov_configure(struct pci_dev *pdev, int num_vfs)
        struct mlx5_core_sriov *sriov = &dev->priv.sriov;
        int err;
 
-       mlx5_core_dbg(dev, "requsted num_vfs %d\n", num_vfs);
+       mlx5_core_dbg(dev, "requested num_vfs %d\n", num_vfs);
        if (!mlx5_core_is_pf(dev))
                return -EPERM;
 
index fe900badd468ebb45b10a800281f2d89c210eb40..71e4dd9965bbb34d440f92a39bcb4584fc82f9a1 100644 (file)
@@ -2315,14 +2315,14 @@ static void _rtl8821ae_clear_pci_pme_status(struct ieee80211_hw *hw)
 
        pci_read_config_byte(rtlpci->pdev, 0x34, &cap_pointer);
        RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
-                "PCI configration 0x34 = 0x%2x\n", cap_pointer);
+                "PCI configuration 0x34 = 0x%2x\n", cap_pointer);
 
        do {
                pci_read_config_word(rtlpci->pdev, cap_pointer, &cap_hdr);
                cap_id = cap_hdr & 0xFF;
 
                RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
-                        "in pci configration, cap_pointer%x = %x\n",
+                        "in pci configuration, cap_pointer%x = %x\n",
                          cap_pointer, cap_id);
 
                if (cap_id == 0x01) {
index 9f636a34d5957c82e155fc63002301a4fbee8c3c..0fdc98bc23388d0da9fb299fab528a20bd58b9e2 100644 (file)
@@ -477,7 +477,7 @@ static int asd_init_chip(struct asd_ha_struct *asd_ha)
 
        err = asd_start_seqs(asd_ha);
        if (err) {
-               asd_printk("coudln't start seqs for %s\n",
+               asd_printk("couldn't start seqs for %s\n",
                           pci_name(asd_ha->pcidev));
                goto out;
        }
index 5fdca93892ad4e2fda61c85eaefa4ebf36aaec76..da1e0568510d573877c891c56e9776bbb254525e 100644 (file)
@@ -1352,7 +1352,7 @@ int asd_start_seqs(struct asd_ha_struct *asd_ha)
        for_each_sequencer(lseq_mask, lseq_mask, lseq) {
                err = asd_seq_start_lseq(asd_ha, lseq);
                if (err) {
-                       asd_printk("coudln't start LSEQ %d for %s\n", lseq,
+                       asd_printk("couldn't start LSEQ %d for %s\n", lseq,
                                   pci_name(asd_ha->pcidev));
                        return err;
                }
index 13098b09a82478d0b12a3f54e6a46c6dc6c9624d..a4dd5c91508cc379b2a52ea0414e6508f720ce02 100644 (file)
@@ -794,7 +794,7 @@ static void port_timeout(unsigned long data)
                 * case stay in the stopped state.
                 */
                dev_err(sciport_to_dev(iport),
-                       "%s: SCIC Port 0x%p failed to stop before tiemout.\n",
+                       "%s: SCIC Port 0x%p failed to stop before timeout.\n",
                        __func__,
                        iport);
        } else if (current_state == SCI_PORT_STOPPING) {
index 6658a50530a068fefb3ec22de0b7d961bc6dc869..3ae161148dd583897495075ca7312cad26ad53b1 100644 (file)
@@ -122,7 +122,7 @@ static int parse_options(char *options, struct exofs_mountopt *opts)
                        if (match_int(&args[0], &option))
                                return -EINVAL;
                        if (option <= 0) {
-                               EXOFS_ERR("Timout must be > 0");
+                               EXOFS_ERR("Timeout must be > 0");
                                return -EINVAL;
                        }
                        opts->timeout = option * HZ;
index 3eeb50a27b89b6d9607b51b80a5ed5ce715235e4..ea13717d12dac8312a995ab2289602186d3c93be 100644 (file)
@@ -366,7 +366,7 @@ static int tipc_sk_create(struct net *net, struct socket *sock,
        sock->state = state;
        sock_init_data(sock, sk);
        if (tipc_sk_insert(tsk)) {
-               pr_warn("Socket create failed; port numbrer exhausted\n");
+               pr_warn("Socket create failed; port number exhausted\n");
                return -EINVAL;
        }
        msg_set_origport(msg, tsk->portid);