From: Jeff Dike <jdike@addtoit.com>
To: Matt Mackall <mpm@selenic.com>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.8-rc3-mm1 - Fix missing backslash in asm-generic/bug.h
Date: Fri, 06 Aug 2004 00:21:55 -0400 [thread overview]
Message-ID: <200408060421.i764LtCi005625@ccure.user-mode-linux.org> (raw)
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
next reply other threads:[~2004-08-06 3:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-06 4:21 Jeff Dike [this message]
2004-08-06 4:12 ` Matt Mackall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200408060421.i764LtCi005625@ccure.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®