···490490 (df->data[le16_to_cpu(zp->z1)])) {491491 if (dch->debug & DEBUG_HW)492492 printk(KERN_DEBUG493493- "empty_fifo hfcpci paket inv. len "493493+ "empty_fifo hfcpci packet inv. len "494494 "%d or crc %d\n",495495 rcnt,496496 df->data[le16_to_cpu(zp->z1)]);
+1-1
drivers/isdn/hardware/mISDN/mISDNisar.c
···13021302 &ch->is->Flags))13031303 ch->dpath = 1;13041304 else {13051305- pr_info("modeisar both pathes in use\n");13051305+ pr_info("modeisar both paths in use\n");13061306 return -EBUSY;13071307 }13081308 if (bprotocol == ISDN_P_B_HDLC)
+1-1
drivers/isdn/hisax/callc.c
···3535/* experimental REJECT after ALERTING for CALLBACK to beat the 4s delay */3636#define ALERT_REJECT 037373838-/* Value to delay the sending of the first B-channel paket after CONNECT3838+/* Value to delay the sending of the first B-channel packet after CONNECT3939 * here is no value given by ITU, but experience shows that 300 ms will4040 * work on many networks, if you or your other side is behind local exchanges4141 * a greater value may be recommented. If the delay is to short the first paket
+1-1
drivers/isdn/hisax/hfc_pci.c
···354354 if ((rcnt > MAX_DFRAME_LEN + 3) || (rcnt < 4) ||355355 (df->data[zp->z1])) {356356 if (cs->debug & L1_DEB_WARN)357357- debugl1(cs, "empty_fifo hfcpci paket inv. len %d or crc %d", rcnt, df->data[zp->z1]);357357+ debugl1(cs, "empty_fifo hfcpci packet inv. len %d or crc %d", rcnt, df->data[zp->z1]);358358#ifdef ERROR_STATISTIC359359 cs->err_rx++;360360#endif
+1-1
drivers/isdn/hisax/hfc_sx.c
···270270271271 if ((count > fifo_size) || (count < 4)) {272272 if (cs->debug & L1_DEB_WARN)273273- debugl1(cs, "hfcsx_read_fifo %d paket inv. len %d ", fifo , count);273273+ debugl1(cs, "hfcsx_read_fifo %d packet inv. len %d ", fifo , count);274274 while (count) {275275 count--; /* empty fifo */276276 Read_hfc(cs, HFCSX_FIF_DRD);