linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rich Baum" <baumr1@coral.indstate.edu>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix typo in drivers/video/amifb.c in 2.4.0
Date: Sun, 7 Jan 2001 21:20:06 -0500	[thread overview]
Message-ID: <3A58DD86.5998.13C0BD1@localhost> (raw)

This fixes a comment at the end of an #endif.  This should fix all of 
the warnings about tokens at the end of #endifs.  Please disregard 
the parts of my earlier patch which made changes to comments 
and .S files.  I should have reviewed the patch the script made 
more closely.

diff -urN -X dontdiff linux/drivers/video/amifb.c rb/drivers/video/amifb.c
--- linux/drivers/video/amifb.c	Fri Dec 29 17:07:23 2000
+++ rb/drivers/video/amifb.c	Sun Jan  7 13:33:28 2001
@@ -1534,7 +1534,7 @@
 			}
 			return i;
 		}
-#endif */ DEBUG */
+#endif	/* DEBUG */
 	}
 	return -EINVAL;
 }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2001-01-08  2:21 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=3A58DD86.5998.13C0BD1@localhost \
    --to=baumr1@coral.indstate.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richbaum@acm.org \
    /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).