diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-07-31 05:15:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-31 05:15:11 -0700 |
| commit | e7885c59c2c8aeb6c63d347c7efddcf22f3042cd (patch) | |
| tree | 4c5fd0a29c1ea93892d244f423fa420c24570374 | |
| parent | eda30c2b338cdc099951f45eb45d1ce7055706e3 (diff) | |
[PATCH] more typo/invalid bits
(Steven Cole)
| -rw-r--r-- | drivers/char/n_r3964.c | 2 | ||||
| -rw-r--r-- | drivers/char/pcmcia/synclink_cs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/n_r3964.c b/drivers/char/n_r3964.c index 36b6eab356d0..4eae5e465df5 100644 --- a/drivers/char/n_r3964.c +++ b/drivers/char/n_r3964.c @@ -669,7 +669,7 @@ static void receive_char(struct r3964_info *pInfo, const unsigned char c) } else { - TRACE_PE("TRANSMITTING - got illegal char"); + TRACE_PE("TRANSMITTING - got invalid char"); pInfo->state = R3964_WAIT_ZVZ_BEFORE_TX_RETRY; mod_timer(&pInfo->tmr, jiffies + R3964_TO_ZVZ); diff --git a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c index 980c1b7dc8ec..3ecc2b9a666e 100644 --- a/drivers/char/pcmcia/synclink_cs.c +++ b/drivers/char/pcmcia/synclink_cs.c @@ -2814,7 +2814,7 @@ static int mgslpc_open(struct tty_struct *tty, struct file * filp) /* verify range of specified line number */ line = tty->index; if ((line < 0) || (line >= mgslpc_device_count)) { - printk("%s(%d):mgslpc_open with illegal line #%d.\n", + printk("%s(%d):mgslpc_open with invalid line #%d.\n", __FILE__,__LINE__,line); return -ENODEV; } |
