* PATCH: more typo/invalid bits
@ 2003-07-27 20:02 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-27 20:02 UTC (permalink / raw)
To: linux-kernel, torvalds
(Steven Cole)
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/char/n_r3964.c linux-2.6.0-test2-ac1/drivers/char/n_r3964.c
--- linux-2.6.0-test2/drivers/char/n_r3964.c 2003-07-10 21:14:51.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/char/n_r3964.c 2003-07-15 18:01:29.000000000 +0100
@@ -669,7 +669,7 @@
}
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 -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/char/pcmcia/synclink_cs.c linux-2.6.0-test2-ac1/drivers/char/pcmcia/synclink_cs.c
--- linux-2.6.0-test2/drivers/char/pcmcia/synclink_cs.c 2003-07-10 21:07:39.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/char/pcmcia/synclink_cs.c 2003-07-15 18:01:29.000000000 +0100
@@ -2814,7 +2814,7 @@
/* 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;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-07-28 2:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 20:02 PATCH: more typo/invalid bits Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).