mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
isdn: Fix typo in isdn drivers
Fix spelling typo in debug messages within drivers/isdn. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
46e99c4a1d
commit
f16f84937d
@ -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)
|
||||
|
@ -628,7 +628,7 @@ Amd7930_l1hw(struct PStack *st, int pr, void *arg)
|
||||
if ((cs->dc.amd7930.ph_state == 8)) {
|
||||
/* b-channels off, PH-AR cleared
|
||||
* change to F3 */
|
||||
Amd7930_ph_command(cs, 0x20, "HW_RESET REQEST"); //LMR1 bit 5
|
||||
Amd7930_ph_command(cs, 0x20, "HW_RESET REQUEST"); //LMR1 bit 5
|
||||
spin_unlock_irqrestore(&cs->lock, flags);
|
||||
} else {
|
||||
Amd7930_ph_command(cs, 0x40, "HW_RESET REQUEST");
|
||||
|
@ -1417,7 +1417,7 @@ modeisar(struct BCState *bcs, int mode, int bc)
|
||||
&bcs->hw.isar.reg->Flags))
|
||||
bcs->hw.isar.dpath = 1;
|
||||
else {
|
||||
printk(KERN_WARNING"isar modeisar both pathes in use\n");
|
||||
printk(KERN_WARNING"isar modeisar both paths in use\n");
|
||||
return (1);
|
||||
}
|
||||
break;
|
||||
|
@ -508,7 +508,7 @@ pcbit_irq_handler(int interrupt, void *devptr)
|
||||
return IRQ_NONE;
|
||||
}
|
||||
if (dev->interrupt) {
|
||||
printk(KERN_DEBUG "pcbit: reentering interrupt hander\n");
|
||||
printk(KERN_DEBUG "pcbit: reentering interrupt handler\n");
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
dev->interrupt = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user