[PATCH] 2.6.8-rc3-mm1 - Fix missing backslash in asm-generic/bug.h

From: Jeff Dike
Date: Thu Aug 05 2004 - 22:23:35 EST


Index: 2.6.8-rc3-mm1/include/asm-generic/bug.h
===================================================================
--- 2.6.8-rc3-mm1.orig/include/asm-generic/bug.h 2004-08-05 23:07:01.000000000 -0400
+++ 2.6.8-rc3-mm1/include/asm-generic/bug.h 2004-08-05 23:15:11.000000000 -0400
@@ -7,7 +7,7 @@
#ifndef HAVE_ARCH_BUG
#define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
- panic("BUG!");
+ panic("BUG!"); \
} while (0)
#endif



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