mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.6.8-rc3-mm1 - Fix missing backslash in asm-generic/bug.h
@ 2004-08-06  4:21 Jeff Dike
  2004-08-06  4:12 ` Matt Mackall
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Dike @ 2004-08-06  4:21 UTC (permalink / raw)
  To: Matt Mackall; +Cc: Andrew Morton, linux-kernel

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
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-06  4:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-06  4:21 [PATCH] 2.6.8-rc3-mm1 - Fix missing backslash in asm-generic/bug.h Jeff Dike
2004-08-06  4:12 ` Matt Mackall

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®