small oops in 2.6.0-test4-bk9

Robert P. J. Day rpjday at mindspring.com
Mon Sep 8 11:54:38 UTC 2003


  again, for those staying on top of the test4 kernel series, there was a
small typo that was introduced, according to its author, as a result of an
editor configuration issue.

  in a nutshell (note the extraneous "R" that shouldn't be there):

diff -Nru a/drivers/pcmcia/cs.c b/drivers/pcmcia/cs.c
--- a/drivers/pcmcia/cs.c	Sun Sep  7 17:04:33 2003
+++ b/drivers/pcmcia/cs.c	Sun Sep  7 17:04:34 2003
@@ -1053,7 +1053,7 @@
 
 /*====================================================================*/
 
-int pcmcia_deregister_clientR(client_handle_t handle)    <-- bad "R"
+int pcmcia_deregister_client(client_handle_t handle)
 {
     client_t **client;
     struct pcmcia_socket *s;


rday





More information about the test mailing list