treewide: Fix typo in printk messages
This patch fix spelling typo in printk messages. 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

szülő
f42cf8d6a3
commit
d939be3add
@@ -1092,7 +1092,7 @@ inf_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
}
|
||||
card->ci = get_card_info(ent->driver_data);
|
||||
if (!card->ci) {
|
||||
pr_info("mISDN: do not have informations about adapter at %s\n",
|
||||
pr_info("mISDN: do not have information about adapter at %s\n",
|
||||
pci_name(pdev));
|
||||
kfree(card);
|
||||
pci_disable_device(pdev);
|
||||
|
@@ -295,7 +295,7 @@ dsp_cmx_del_conf_member(struct dsp *dsp)
|
||||
}
|
||||
}
|
||||
printk(KERN_WARNING
|
||||
"%s: dsp is not present in its own conf_meber list.\n",
|
||||
"%s: dsp is not present in its own conf_member list.\n",
|
||||
__func__);
|
||||
|
||||
return -EINVAL;
|
||||
|
@@ -460,7 +460,7 @@ dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb)
|
||||
}
|
||||
if (dsp_debug & DEBUG_DSP_CORE)
|
||||
printk(KERN_DEBUG "%s: enable mixing of "
|
||||
"tx-data with conf mebers\n", __func__);
|
||||
"tx-data with conf members\n", __func__);
|
||||
dsp->tx_mix = 1;
|
||||
dsp_cmx_hardware(dsp->conf, dsp);
|
||||
dsp_rx_off(dsp);
|
||||
@@ -474,7 +474,7 @@ dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb)
|
||||
}
|
||||
if (dsp_debug & DEBUG_DSP_CORE)
|
||||
printk(KERN_DEBUG "%s: disable mixing of "
|
||||
"tx-data with conf mebers\n", __func__);
|
||||
"tx-data with conf members\n", __func__);
|
||||
dsp->tx_mix = 0;
|
||||
dsp_cmx_hardware(dsp->conf, dsp);
|
||||
dsp_rx_off(dsp);
|
||||
|
Reference in New Issue
Block a user