diff options
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/bug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/bug.h b/include/asm-generic/bug.h index 14fae1fa87df..7f30cce52857 100644 --- a/include/asm-generic/bug.h +++ b/include/asm-generic/bug.h | |||
| @@ -35,7 +35,7 @@ struct bug_entry { | |||
| 35 | #define WARN_ON(condition) ({ \ | 35 | #define WARN_ON(condition) ({ \ |
| 36 | typeof(condition) __ret_warn_on = (condition); \ | 36 | typeof(condition) __ret_warn_on = (condition); \ |
| 37 | if (unlikely(__ret_warn_on)) { \ | 37 | if (unlikely(__ret_warn_on)) { \ |
| 38 | printk("BUG: at %s:%d %s()\n", __FILE__, \ | 38 | printk("WARNING: at %s:%d %s()\n", __FILE__, \ |
| 39 | __LINE__, __FUNCTION__); \ | 39 | __LINE__, __FUNCTION__); \ |
| 40 | dump_stack(); \ | 40 | dump_stack(); \ |
| 41 | } \ | 41 | } \ |
