linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Krishnakumar. R" <krishnakumar@naturesoft.net>
To: trivial@rustcorp.com.au
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH - 2.6.0-tes4-bk1] removing the extra tokens warning (drivers/char/pcxx.c)
Date: Sun, 24 Aug 2003 15:50:37 +0530	[thread overview]
Message-ID: <200308241550.37773.krishnakumar@naturesoft.net> (raw)

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;


                 reply	other threads:[~2003-08-24 10:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200308241550.37773.krishnakumar@naturesoft.net \
    --to=krishnakumar@naturesoft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).