lkml.org 
[lkml]   [2004]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] 2.6.8-rc3-mm1 - Fix missing backslash in asm-generic/bug.h
Date
From
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.093 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site