Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56941
b: refs/heads/master
c: 8f53b6f
h: refs/heads/master
i:
  56939: 7376d87
v: v3
  • Loading branch information
Linus Torvalds committed May 24, 2007
1 parent 41c4a7b commit 1d2b14b
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: d333fc8d3006296f2893d17817bc0f67cf87f353
refs/heads/master: 8f53b6fcc49745c19bb2dd2972185ff398160162
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("BUG: at %s:%d %s()\n", __FILE__, \
printk("WARNING: at %s:%d %s()\n", __FILE__, \
__LINE__, __FUNCTION__); \
dump_stack(); \
} \
Expand Down

0 comments on commit 1d2b14b

Please sign in to comment.