isdn: Fix typo in drivers/isdn
Correct spelling typo in printk within drivers/isdn Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
@@ -490,7 +490,7 @@ receive_dmsg(struct hfc_pci *hc)
|
||||
(df->data[le16_to_cpu(zp->z1)])) {
|
||||
if (dch->debug & DEBUG_HW)
|
||||
printk(KERN_DEBUG
|
||||
"empty_fifo hfcpci paket inv. len "
|
||||
"empty_fifo hfcpci packet inv. len "
|
||||
"%d or crc %d\n",
|
||||
rcnt,
|
||||
df->data[le16_to_cpu(zp->z1)]);
|
||||
|
@@ -1302,7 +1302,7 @@ modeisar(struct isar_ch *ch, u32 bprotocol)
|
||||
&ch->is->Flags))
|
||||
ch->dpath = 1;
|
||||
else {
|
||||
pr_info("modeisar both pathes in use\n");
|
||||
pr_info("modeisar both paths in use\n");
|
||||
return -EBUSY;
|
||||
}
|
||||
if (bprotocol == ISDN_P_B_HDLC)
|
||||
|
在新工单中引用
屏蔽一个用户