diff options
-rw-r--r-- | arch/x86/kernel/cpu/microcode/intel.c | 2 | ||||
-rw-r--r-- | arch/x86/kvm/iommu.c | 2 | ||||
-rw-r--r-- | block/partitions/efi.c | 4 | ||||
-rw-r--r-- | drivers/edac/amd64_edac.c | 2 | ||||
-rw-r--r-- | drivers/mtd/sm_ftl.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx5/core/sriov.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c | 4 | ||||
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_hwi.c | 2 | ||||
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_seq.c | 2 | ||||
-rw-r--r-- | drivers/scsi/isci/port.c | 2 | ||||
-rw-r--r-- | fs/exofs/super.c | 2 | ||||
-rw-r--r-- | net/tipc/socket.c | 2 |
12 files changed, 14 insertions, 14 deletions
diff --git a/arch/x86/kernel/cpu/microcode/intel.c b/arch/x86/kernel/cpu/microcode/intel.c index cbb3cf09b065..65cbbcd48fe4 100644 --- a/arch/x86/kernel/cpu/microcode/intel.c +++ b/arch/x86/kernel/cpu/microcode/intel.c | |||
@@ -422,7 +422,7 @@ static void show_saved_mc(void) | |||
422 | data_size = get_datasize(mc_saved_header); | 422 | data_size = get_datasize(mc_saved_header); |
423 | date = mc_saved_header->date; | 423 | date = mc_saved_header->date; |
424 | 424 | ||
425 | pr_debug("mc_saved[%d]: sig=0x%x, pf=0x%x, rev=0x%x, toal size=0x%x, date = %04x-%02x-%02x\n", | 425 | pr_debug("mc_saved[%d]: sig=0x%x, pf=0x%x, rev=0x%x, total size=0x%x, date = %04x-%02x-%02x\n", |
426 | i, sig, pf, rev, total_size, | 426 | i, sig, pf, rev, total_size, |
427 | date & 0xffff, | 427 | date & 0xffff, |
428 | date >> 24, | 428 | date >> 24, |
diff --git a/arch/x86/kvm/iommu.c b/arch/x86/kvm/iommu.c index a22a488b4622..3069281904d3 100644 --- a/arch/x86/kvm/iommu.c +++ b/arch/x86/kvm/iommu.c | |||
@@ -254,7 +254,7 @@ int kvm_iommu_map_guest(struct kvm *kvm) | |||
254 | !iommu_capable(&pci_bus_type, IOMMU_CAP_INTR_REMAP)) { | 254 | !iommu_capable(&pci_bus_type, IOMMU_CAP_INTR_REMAP)) { |
255 | printk(KERN_WARNING "%s: No interrupt remapping support," | 255 | printk(KERN_WARNING "%s: No interrupt remapping support," |
256 | " disallowing device assignment." | 256 | " disallowing device assignment." |
257 | " Re-enble with \"allow_unsafe_assigned_interrupts=1\"" | 257 | " Re-enable with \"allow_unsafe_assigned_interrupts=1\"" |
258 | " module option.\n", __func__); | 258 | " module option.\n", __func__); |
259 | iommu_domain_free(kvm->arch.iommu_domain); | 259 | iommu_domain_free(kvm->arch.iommu_domain); |
260 | kvm->arch.iommu_domain = NULL; | 260 | kvm->arch.iommu_domain = NULL; |
diff --git a/block/partitions/efi.c b/block/partitions/efi.c index 26cb624ace05..bcd86e5cd546 100644 --- a/block/partitions/efi.c +++ b/block/partitions/efi.c | |||
@@ -430,7 +430,7 @@ static int is_gpt_valid(struct parsed_partitions *state, u64 lba, | |||
430 | } | 430 | } |
431 | /* Check that sizeof_partition_entry has the correct value */ | 431 | /* Check that sizeof_partition_entry has the correct value */ |
432 | if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { | 432 | if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { |
433 | pr_debug("GUID Partitition Entry Size check failed.\n"); | 433 | pr_debug("GUID Partition Entry Size check failed.\n"); |
434 | goto fail; | 434 | goto fail; |
435 | } | 435 | } |
436 | 436 | ||
@@ -443,7 +443,7 @@ static int is_gpt_valid(struct parsed_partitions *state, u64 lba, | |||
443 | le32_to_cpu((*gpt)->sizeof_partition_entry)); | 443 | le32_to_cpu((*gpt)->sizeof_partition_entry)); |
444 | 444 | ||
445 | if (crc != le32_to_cpu((*gpt)->partition_entry_array_crc32)) { | 445 | if (crc != le32_to_cpu((*gpt)->partition_entry_array_crc32)) { |
446 | pr_debug("GUID Partitition Entry Array CRC check failed.\n"); | 446 | pr_debug("GUID Partition Entry Array CRC check failed.\n"); |
447 | goto fail_ptes; | 447 | goto fail_ptes; |
448 | } | 448 | } |
449 | 449 | ||
diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index d87a47547ba5..930089e9e411 100644 --- a/drivers/edac/amd64_edac.c +++ b/drivers/edac/amd64_edac.c | |||
@@ -645,7 +645,7 @@ static u64 sys_addr_to_input_addr(struct mem_ctl_info *mci, u64 sys_addr) | |||
645 | input_addr = | 645 | input_addr = |
646 | dram_addr_to_input_addr(mci, sys_addr_to_dram_addr(mci, sys_addr)); | 646 | dram_addr_to_input_addr(mci, sys_addr_to_dram_addr(mci, sys_addr)); |
647 | 647 | ||
648 | edac_dbg(2, "SysAdddr 0x%lx translates to InputAddr 0x%lx\n", | 648 | edac_dbg(2, "SysAddr 0x%lx translates to InputAddr 0x%lx\n", |
649 | (unsigned long)sys_addr, (unsigned long)input_addr); | 649 | (unsigned long)sys_addr, (unsigned long)input_addr); |
650 | 650 | ||
651 | return input_addr; | 651 | return input_addr; |
diff --git a/drivers/mtd/sm_ftl.c b/drivers/mtd/sm_ftl.c index b096f8bb05ba..3692dd547879 100644 --- a/drivers/mtd/sm_ftl.c +++ b/drivers/mtd/sm_ftl.c | |||
@@ -386,7 +386,7 @@ restart: | |||
386 | if (test_bit(boffset / SM_SECTOR_SIZE, &invalid_bitmap)) { | 386 | if (test_bit(boffset / SM_SECTOR_SIZE, &invalid_bitmap)) { |
387 | 387 | ||
388 | sm_printk("sector %d of block at LBA %d of zone %d" | 388 | sm_printk("sector %d of block at LBA %d of zone %d" |
389 | " coudn't be read, marking it as invalid", | 389 | " couldn't be read, marking it as invalid", |
390 | boffset / SM_SECTOR_SIZE, lba, zone); | 390 | boffset / SM_SECTOR_SIZE, lba, zone); |
391 | 391 | ||
392 | oob.data_status = 0; | 392 | oob.data_status = 0; |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/sriov.c b/drivers/net/ethernet/mellanox/mlx5/core/sriov.c index 7b24386794f9..d6a3f412ba9f 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/sriov.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/sriov.c | |||
@@ -140,7 +140,7 @@ int mlx5_core_sriov_configure(struct pci_dev *pdev, int num_vfs) | |||
140 | struct mlx5_core_sriov *sriov = &dev->priv.sriov; | 140 | struct mlx5_core_sriov *sriov = &dev->priv.sriov; |
141 | int err; | 141 | int err; |
142 | 142 | ||
143 | mlx5_core_dbg(dev, "requsted num_vfs %d\n", num_vfs); | 143 | mlx5_core_dbg(dev, "requested num_vfs %d\n", num_vfs); |
144 | if (!mlx5_core_is_pf(dev)) | 144 | if (!mlx5_core_is_pf(dev)) |
145 | return -EPERM; | 145 | return -EPERM; |
146 | 146 | ||
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c index fe900badd468..71e4dd9965bb 100644 --- a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c | |||
@@ -2315,14 +2315,14 @@ static void _rtl8821ae_clear_pci_pme_status(struct ieee80211_hw *hw) | |||
2315 | 2315 | ||
2316 | pci_read_config_byte(rtlpci->pdev, 0x34, &cap_pointer); | 2316 | pci_read_config_byte(rtlpci->pdev, 0x34, &cap_pointer); |
2317 | RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, | 2317 | RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, |
2318 | "PCI configration 0x34 = 0x%2x\n", cap_pointer); | 2318 | "PCI configuration 0x34 = 0x%2x\n", cap_pointer); |
2319 | 2319 | ||
2320 | do { | 2320 | do { |
2321 | pci_read_config_word(rtlpci->pdev, cap_pointer, &cap_hdr); | 2321 | pci_read_config_word(rtlpci->pdev, cap_pointer, &cap_hdr); |
2322 | cap_id = cap_hdr & 0xFF; | 2322 | cap_id = cap_hdr & 0xFF; |
2323 | 2323 | ||
2324 | RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, | 2324 | RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, |
2325 | "in pci configration, cap_pointer%x = %x\n", | 2325 | "in pci configuration, cap_pointer%x = %x\n", |
2326 | cap_pointer, cap_id); | 2326 | cap_pointer, cap_id); |
2327 | 2327 | ||
2328 | if (cap_id == 0x01) { | 2328 | if (cap_id == 0x01) { |
diff --git a/drivers/scsi/aic94xx/aic94xx_hwi.c b/drivers/scsi/aic94xx/aic94xx_hwi.c index 9f636a34d595..0fdc98bc2338 100644 --- a/drivers/scsi/aic94xx/aic94xx_hwi.c +++ b/drivers/scsi/aic94xx/aic94xx_hwi.c | |||
@@ -477,7 +477,7 @@ static int asd_init_chip(struct asd_ha_struct *asd_ha) | |||
477 | 477 | ||
478 | err = asd_start_seqs(asd_ha); | 478 | err = asd_start_seqs(asd_ha); |
479 | if (err) { | 479 | if (err) { |
480 | asd_printk("coudln't start seqs for %s\n", | 480 | asd_printk("couldn't start seqs for %s\n", |
481 | pci_name(asd_ha->pcidev)); | 481 | pci_name(asd_ha->pcidev)); |
482 | goto out; | 482 | goto out; |
483 | } | 483 | } |
diff --git a/drivers/scsi/aic94xx/aic94xx_seq.c b/drivers/scsi/aic94xx/aic94xx_seq.c index 5fdca93892ad..da1e0568510d 100644 --- a/drivers/scsi/aic94xx/aic94xx_seq.c +++ b/drivers/scsi/aic94xx/aic94xx_seq.c | |||
@@ -1352,7 +1352,7 @@ int asd_start_seqs(struct asd_ha_struct *asd_ha) | |||
1352 | for_each_sequencer(lseq_mask, lseq_mask, lseq) { | 1352 | for_each_sequencer(lseq_mask, lseq_mask, lseq) { |
1353 | err = asd_seq_start_lseq(asd_ha, lseq); | 1353 | err = asd_seq_start_lseq(asd_ha, lseq); |
1354 | if (err) { | 1354 | if (err) { |
1355 | asd_printk("coudln't start LSEQ %d for %s\n", lseq, | 1355 | asd_printk("couldn't start LSEQ %d for %s\n", lseq, |
1356 | pci_name(asd_ha->pcidev)); | 1356 | pci_name(asd_ha->pcidev)); |
1357 | return err; | 1357 | return err; |
1358 | } | 1358 | } |
diff --git a/drivers/scsi/isci/port.c b/drivers/scsi/isci/port.c index 13098b09a824..a4dd5c91508c 100644 --- a/drivers/scsi/isci/port.c +++ b/drivers/scsi/isci/port.c | |||
@@ -794,7 +794,7 @@ static void port_timeout(unsigned long data) | |||
794 | * case stay in the stopped state. | 794 | * case stay in the stopped state. |
795 | */ | 795 | */ |
796 | dev_err(sciport_to_dev(iport), | 796 | dev_err(sciport_to_dev(iport), |
797 | "%s: SCIC Port 0x%p failed to stop before tiemout.\n", | 797 | "%s: SCIC Port 0x%p failed to stop before timeout.\n", |
798 | __func__, | 798 | __func__, |
799 | iport); | 799 | iport); |
800 | } else if (current_state == SCI_PORT_STOPPING) { | 800 | } else if (current_state == SCI_PORT_STOPPING) { |
diff --git a/fs/exofs/super.c b/fs/exofs/super.c index 6658a50530a0..3ae161148dd5 100644 --- a/fs/exofs/super.c +++ b/fs/exofs/super.c | |||
@@ -122,7 +122,7 @@ static int parse_options(char *options, struct exofs_mountopt *opts) | |||
122 | if (match_int(&args[0], &option)) | 122 | if (match_int(&args[0], &option)) |
123 | return -EINVAL; | 123 | return -EINVAL; |
124 | if (option <= 0) { | 124 | if (option <= 0) { |
125 | EXOFS_ERR("Timout must be > 0"); | 125 | EXOFS_ERR("Timeout must be > 0"); |
126 | return -EINVAL; | 126 | return -EINVAL; |
127 | } | 127 | } |
128 | opts->timeout = option * HZ; | 128 | opts->timeout = option * HZ; |
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 3eeb50a27b89..ea13717d12da 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c | |||
@@ -366,7 +366,7 @@ static int tipc_sk_create(struct net *net, struct socket *sock, | |||
366 | sock->state = state; | 366 | sock->state = state; |
367 | sock_init_data(sock, sk); | 367 | sock_init_data(sock, sk); |
368 | if (tipc_sk_insert(tsk)) { | 368 | if (tipc_sk_insert(tsk)) { |
369 | pr_warn("Socket create failed; port numbrer exhausted\n"); | 369 | pr_warn("Socket create failed; port number exhausted\n"); |
370 | return -EINVAL; | 370 | return -EINVAL; |
371 | } | 371 | } |
372 | msg_set_origport(msg, tsk->portid); | 372 | msg_set_origport(msg, tsk->portid); |