diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-09 05:02:49 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-09 17:10:16 -0500 |
commit | 465b1678ebdf5dbd9bc0502358ae472343351c2c (patch) | |
tree | 6dc55a4a2670981aaf1bb23d16cdbf4e5c0af558 /drivers/isdn/hardware/mISDN/hfcpci.c | |
parent | 1eb8f7a7da6d3b36fcc339d7bbddbf8315a5c1dd (diff) | |
download | op-kernel-dev-465b1678ebdf5dbd9bc0502358ae472343351c2c.zip op-kernel-dev-465b1678ebdf5dbd9bc0502358ae472343351c2c.tar.gz |
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>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/hfcpci.c')
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcpci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c index 81363ff..6e99d73 100644 --- a/drivers/isdn/hardware/mISDN/hfcpci.c +++ b/drivers/isdn/hardware/mISDN/hfcpci.c @@ -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)]); |