PATCH: more typo fixes and dead old code removal

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sun Jul 27 2003 - 15:02:58 EST


(Adrian Bunk, Steven Cole)
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/char/pcxx.c linux-2.6.0-test2-ac1/drivers/char/pcxx.c
--- linux-2.6.0-test2/drivers/char/pcxx.c 2003-07-27 19:56:23.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/char/pcxx.c 2003-07-27 20:07:29.000000000 +0100
@@ -110,7 +110,6 @@
 static int altpin[] = {0, 0, 0, 0};
 static int numports[] = {0, 0, 0, 0};
 
-# if (LINUX_VERSION_CODE > 0x020111)
 MODULE_AUTHOR("Bernhard Kaindl");
 MODULE_DESCRIPTION("Digiboard PC/X{i,e,eve} driver");
 MODULE_LICENSE("GPL");
@@ -121,7 +120,6 @@
 MODULE_PARM(memsize, "1-4i");
 MODULE_PARM(altpin, "1-4i");
 MODULE_PARM(numports, "1-4i");
-# endif
 
 #endif MODULE
 
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/char/rio/riotable.c linux-2.6.0-test2-ac1/drivers/char/rio/riotable.c
--- linux-2.6.0-test2/drivers/char/rio/riotable.c 2003-07-10 21:14:51.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/char/rio/riotable.c 2003-07-15 18:01:29.000000000 +0100
@@ -208,7 +208,7 @@
                                 return -ENXIO;
                         }
                         if ( MapP->ID > MAX_RUP ) {
- rio_dprintk (RIO_DEBUG_TABLE, "RIO: RTA %s has been allocated an illegal ID %d\n",
+ rio_dprintk (RIO_DEBUG_TABLE, "RIO: RTA %s has been allocated an invalid ID %d\n",
                                                         MapP->Name, MapP->ID);
                                 p->RIOError.Error = ID_NUMBER_OUT_OF_RANGE;
                                 p->RIOError.Entry = Entry;
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/char/synclink.c linux-2.6.0-test2-ac1/drivers/char/synclink.c
--- linux-2.6.0-test2/drivers/char/synclink.c 2003-07-10 21:08:07.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/char/synclink.c 2003-07-15 18:01:29.000000000 +0100
@@ -3487,7 +3487,7 @@
         /* verify range of specified line number */
         line = tty->index;
         if ((line < 0) || (line >= mgsl_device_count)) {
- printk("%s(%d):mgsl_open with illegal line #%d.\n",
+ printk("%s(%d):mgsl_open with invalid line #%d.\n",
                         __FILE__,__LINE__,line);
                 return -ENODEV;
         }
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/char/synclinkmp.c linux-2.6.0-test2-ac1/drivers/char/synclinkmp.c
--- linux-2.6.0-test2/drivers/char/synclinkmp.c 2003-07-10 21:06:01.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/char/synclinkmp.c 2003-07-15 18:01:29.000000000 +0100
@@ -729,7 +729,7 @@
 
         line = tty->index;
         if ((line < 0) || (line >= synclinkmp_device_count)) {
- printk("%s(%d): open with illegal line #%d.\n",
+ printk("%s(%d): open with invalid line #%d.\n",
                         __FILE__,__LINE__,line);
                 return -ENODEV;
         }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:33 EST