Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45101
b: refs/heads/master
c: 52e88f5
h: refs/heads/master
i:
  45099: 6a64feb
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Dec 30, 2006
1 parent bc21fd6 commit 03d83f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76598ebe081b04132f272440183e0aeb6507a079
refs/heads/master: 52e88f5d4a6b06f3a945728dd3bc403632afe069
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct bug_entry {
#define WARN_ON(condition) ({ \
typeof(condition) __ret_warn_on = (condition); \
if (unlikely(__ret_warn_on)) { \
printk("WARNING at %s:%d %s()\n", __FILE__, \
printk("BUG: at %s:%d %s()\n", __FILE__, \
__LINE__, __FUNCTION__); \
dump_stack(); \
} \
Expand Down

0 comments on commit 03d83f6

Please sign in to comment.