linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH - 2.6.0-tes4-bk1] removing the extra tokens warning (drivers/char/pcxx.c)
@ 2003-08-24 10:20 Krishnakumar. R
  0 siblings, 0 replies; only message in thread
From: Krishnakumar. R @ 2003-08-24 10:20 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Hi,

This patch removes the warning:

drivers/char/pcxx.c:124:8: warning: extra tokens at end of #endif directive


Regards
KK

============================================
diffstat:
pcxx.c |    2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
============================================
The following is the patch:

--- linux-2.6.0-test4-bk1/drivers/char/pcxx.orig.c	2003-08-24 15:45:57.000000000 +0530
+++ linux-2.6.0-test4-bk1/drivers/char/pcxx.c	2003-08-24 15:46:09.000000000 +0530
@@ -121,7 +121,7 @@
 MODULE_PARM(altpin,      "1-4i");
 MODULE_PARM(numports,    "1-4i");
 
-#endif MODULE
+#endif /* MODULE */
 
 static int numcards = 1;
 static int nbdevs = 0;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-24 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-24 10:20 [PATCH - 2.6.0-tes4-bk1] removing the extra tokens warning (drivers/char/pcxx.c) Krishnakumar. R

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).