Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f16f8493 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

isdn: Fix typo in isdn drivers



Fix spelling typo in debug messages within drivers/isdn.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 46e99c4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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");
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;