[PATCH] FIX for XBUG(comment) BUG enhancement

From: Rusty Russell (rusty@rustcorp.com.au)
Date: Fri May 24 2002 - 01:02:01 EST


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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri May 31 2002 - 22:00:12 EST