]> Pileus Git - ~andy/linux/commitdiff
isdn: Fix typo in drivers/isdn
authorMasanari Iida <standby24x7@gmail.com>
Fri, 9 Nov 2012 05:02:49 +0000 (05:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2012 22:10:16 +0000 (17:10 -0500)
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>
drivers/isdn/hardware/mISDN/hfcpci.c
drivers/isdn/hardware/mISDN/mISDNisar.c
drivers/isdn/hisax/callc.c
drivers/isdn/hisax/hfc_pci.c
drivers/isdn/hisax/hfc_sx.c
drivers/isdn/pcbit/layer2.c

index 81363ffa5357f11213c6b87b3dc4b0d80786d6ae..6e99d73563b8abbe8b5c6931b741ab15a5536a33 100644 (file)
@@ -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)]);
index 182ecf0626c2098e3c38c4da0eeea54a1197ce7d..feafa91c2ed99088c0958059e0de6c04dd832128 100644 (file)
@@ -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)
index a47637be0cc558c0b2ea4ccd6209e42445ff80e5..ddec47a911a0df6ea74c1a9f5e926fbbacc54a2a 100644 (file)
@@ -35,7 +35,7 @@ static int chancount;
 /* experimental REJECT after ALERTING for CALLBACK to beat the 4s delay */
 #define ALERT_REJECT 0
 
-/* Value to delay the sending of the first B-channel paket after CONNECT
+/* Value to delay the sending of the first B-channel packet after CONNECT
  * here is no value given by ITU, but experience shows that 300 ms will
  * work on many networks, if you or your other side is behind local exchanges
  * a greater value may be recommented. If the delay is to short the first paket
index 334fa90bed8ec73a348fcc29d85a7db8324b1ca5..f60d4be589414149f1ca7e6f9157d37012ef2d24 100644 (file)
@@ -354,7 +354,7 @@ receive_dmsg(struct IsdnCardState *cs)
                if ((rcnt > MAX_DFRAME_LEN + 3) || (rcnt < 4) ||
                    (df->data[zp->z1])) {
                        if (cs->debug & L1_DEB_WARN)
-                               debugl1(cs, "empty_fifo hfcpci paket inv. len %d or crc %d", rcnt, df->data[zp->z1]);
+                               debugl1(cs, "empty_fifo hfcpci packet inv. len %d or crc %d", rcnt, df->data[zp->z1]);
 #ifdef ERROR_STATISTIC
                        cs->err_rx++;
 #endif
index 4db846be4369b1bd7b894e8a590437b81597ee82..4ec279ce052f0fc64f2d822b46a463fb562717fa 100644 (file)
@@ -270,7 +270,7 @@ read_fifo(struct IsdnCardState *cs, u_char fifo, int trans_max)
 
                if ((count > fifo_size) || (count < 4)) {
                        if (cs->debug & L1_DEB_WARN)
-                               debugl1(cs, "hfcsx_read_fifo %d paket inv. len %d ", fifo , count);
+                               debugl1(cs, "hfcsx_read_fifo %d packet inv. len %d ", fifo , count);
                        while (count) {
                                count--; /* empty fifo */
                                Read_hfc(cs, HFCSX_FIF_DRD);
index a18e639b40d7e4c354812092c494e46f98618235..42ecfef80132b098735ab2a4d96bc9ec2094eece 100644 (file)
@@ -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;