From: Rusty Russell <rusty@rustcorp.com.au>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, akpm@zip.com.au
Subject: [PATCH] FIX for XBUG(comment) BUG enhancement
Date: Fri, 24 May 2002 16:02:01 +1000 [thread overview]
Message-ID: <E17B89J-0006ex-00@wagner.rustcorp.com.au> (raw)
Fix for two-character typo (noticed by Stephen Rothwell).
Applies on top of XBUG patch.
--- working-2.5.17-xbug/include/linux/jbd.h.~1~ Fri May 24 15:58:39 2002
+++ working-2.5.17-xbug/include/linux/jbd.h Fri May 24 16:01:20 2002
@@ -27,6 +27,7 @@
#include <linux/journal-head.h>
#include <linux/stddef.h>
+#include <linux/stringify.h>
#include <asm/semaphore.h>
#endif
@@ -200,7 +201,7 @@
do { \
if (!(assert)) { \
XBUG("Assertion failure in " __FUNCTION__ \
- "() at " __FILE__ ":" __stringize(__LINE__) \
+ "() at " __FILE__ ":" __stringify(__LINE__) \
": " #assert); \
} \
} while (0)
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
reply other threads:[~2002-05-24 6:01 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=E17B89J-0006ex-00@wagner.rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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
all inboxes | Powered by JetHome®