treewide: Fix typos in printk
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>
This commit is contained in:
committed by
Jiri Kosina
parent
9938b04472
commit
c19ca6cb4c
@@ -422,7 +422,7 @@ static void show_saved_mc(void)
|
|||||||
data_size = get_datasize(mc_saved_header);
|
data_size = get_datasize(mc_saved_header);
|
||||||
date = mc_saved_header->date;
|
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,
|
i, sig, pf, rev, total_size,
|
||||||
date & 0xffff,
|
date & 0xffff,
|
||||||
date >> 24,
|
date >> 24,
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ int kvm_iommu_map_guest(struct kvm *kvm)
|
|||||||
!iommu_capable(&pci_bus_type, IOMMU_CAP_INTR_REMAP)) {
|
!iommu_capable(&pci_bus_type, IOMMU_CAP_INTR_REMAP)) {
|
||||||
printk(KERN_WARNING "%s: No interrupt remapping support,"
|
printk(KERN_WARNING "%s: No interrupt remapping support,"
|
||||||
" disallowing device assignment."
|
" disallowing device assignment."
|
||||||
" Re-enble with \"allow_unsafe_assigned_interrupts=1\""
|
" Re-enable with \"allow_unsafe_assigned_interrupts=1\""
|
||||||
" module option.\n", __func__);
|
" module option.\n", __func__);
|
||||||
iommu_domain_free(kvm->arch.iommu_domain);
|
iommu_domain_free(kvm->arch.iommu_domain);
|
||||||
kvm->arch.iommu_domain = NULL;
|
kvm->arch.iommu_domain = NULL;
|
||||||
|
|||||||
@@ -430,7 +430,7 @@ static int is_gpt_valid(struct parsed_partitions *state, u64 lba,
|
|||||||
}
|
}
|
||||||
/* Check that sizeof_partition_entry has the correct value */
|
/* Check that sizeof_partition_entry has the correct value */
|
||||||
if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) {
|
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;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -443,7 +443,7 @@ static int is_gpt_valid(struct parsed_partitions *state, u64 lba,
|
|||||||
le32_to_cpu((*gpt)->sizeof_partition_entry));
|
le32_to_cpu((*gpt)->sizeof_partition_entry));
|
||||||
|
|
||||||
if (crc != le32_to_cpu((*gpt)->partition_entry_array_crc32)) {
|
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;
|
goto fail_ptes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -645,7 +645,7 @@ static u64 sys_addr_to_input_addr(struct mem_ctl_info *mci, u64 sys_addr)
|
|||||||
input_addr =
|
input_addr =
|
||||||
dram_addr_to_input_addr(mci, sys_addr_to_dram_addr(mci, sys_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);
|
(unsigned long)sys_addr, (unsigned long)input_addr);
|
||||||
|
|
||||||
return input_addr;
|
return input_addr;
|
||||||
|
|||||||
@@ -386,7 +386,7 @@ restart:
|
|||||||
if (test_bit(boffset / SM_SECTOR_SIZE, &invalid_bitmap)) {
|
if (test_bit(boffset / SM_SECTOR_SIZE, &invalid_bitmap)) {
|
||||||
|
|
||||||
sm_printk("sector %d of block at LBA %d of zone %d"
|
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);
|
boffset / SM_SECTOR_SIZE, lba, zone);
|
||||||
|
|
||||||
oob.data_status = 0;
|
oob.data_status = 0;
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ int mlx5_core_sriov_configure(struct pci_dev *pdev, int num_vfs)
|
|||||||
struct mlx5_core_sriov *sriov = &dev->priv.sriov;
|
struct mlx5_core_sriov *sriov = &dev->priv.sriov;
|
||||||
int err;
|
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))
|
if (!mlx5_core_is_pf(dev))
|
||||||
return -EPERM;
|
return -EPERM;
|
||||||
|
|
||||||
|
|||||||
@@ -2315,14 +2315,14 @@ static void _rtl8821ae_clear_pci_pme_status(struct ieee80211_hw *hw)
|
|||||||
|
|
||||||
pci_read_config_byte(rtlpci->pdev, 0x34, &cap_pointer);
|
pci_read_config_byte(rtlpci->pdev, 0x34, &cap_pointer);
|
||||||
RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
|
RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
|
||||||
"PCI configration 0x34 = 0x%2x\n", cap_pointer);
|
"PCI configuration 0x34 = 0x%2x\n", cap_pointer);
|
||||||
|
|
||||||
do {
|
do {
|
||||||
pci_read_config_word(rtlpci->pdev, cap_pointer, &cap_hdr);
|
pci_read_config_word(rtlpci->pdev, cap_pointer, &cap_hdr);
|
||||||
cap_id = cap_hdr & 0xFF;
|
cap_id = cap_hdr & 0xFF;
|
||||||
|
|
||||||
RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
|
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);
|
cap_pointer, cap_id);
|
||||||
|
|
||||||
if (cap_id == 0x01) {
|
if (cap_id == 0x01) {
|
||||||
|
|||||||
@@ -477,7 +477,7 @@ static int asd_init_chip(struct asd_ha_struct *asd_ha)
|
|||||||
|
|
||||||
err = asd_start_seqs(asd_ha);
|
err = asd_start_seqs(asd_ha);
|
||||||
if (err) {
|
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));
|
pci_name(asd_ha->pcidev));
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1352,7 +1352,7 @@ int asd_start_seqs(struct asd_ha_struct *asd_ha)
|
|||||||
for_each_sequencer(lseq_mask, lseq_mask, lseq) {
|
for_each_sequencer(lseq_mask, lseq_mask, lseq) {
|
||||||
err = asd_seq_start_lseq(asd_ha, lseq);
|
err = asd_seq_start_lseq(asd_ha, lseq);
|
||||||
if (err) {
|
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));
|
pci_name(asd_ha->pcidev));
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -794,7 +794,7 @@ static void port_timeout(unsigned long data)
|
|||||||
* case stay in the stopped state.
|
* case stay in the stopped state.
|
||||||
*/
|
*/
|
||||||
dev_err(sciport_to_dev(iport),
|
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__,
|
__func__,
|
||||||
iport);
|
iport);
|
||||||
} else if (current_state == SCI_PORT_STOPPING) {
|
} else if (current_state == SCI_PORT_STOPPING) {
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ static int parse_options(char *options, struct exofs_mountopt *opts)
|
|||||||
if (match_int(&args[0], &option))
|
if (match_int(&args[0], &option))
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
if (option <= 0) {
|
if (option <= 0) {
|
||||||
EXOFS_ERR("Timout must be > 0");
|
EXOFS_ERR("Timeout must be > 0");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
opts->timeout = option * HZ;
|
opts->timeout = option * HZ;
|
||||||
|
|||||||
@@ -366,7 +366,7 @@ static int tipc_sk_create(struct net *net, struct socket *sock,
|
|||||||
sock->state = state;
|
sock->state = state;
|
||||||
sock_init_data(sock, sk);
|
sock_init_data(sock, sk);
|
||||||
if (tipc_sk_insert(tsk)) {
|
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;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
msg_set_origport(msg, tsk->portid);
|
msg_set_origport(msg, tsk->portid);
|
||||||
|
|||||||
Reference in New Issue
Block a user