mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] FIX for XBUG(comment) BUG enhancement
@ 2002-05-24  6:02 Rusty Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2002-05-24  6:02 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, akpm

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.

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

only message in thread, other threads:[~2002-05-24  6:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-24  6:02 [PATCH] FIX for XBUG(comment) BUG enhancement Rusty Russell

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®