Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60774
b: refs/heads/master
c: 2a41de4
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jul 17, 2007
1 parent c62111e commit 0031b30
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: 13c22168b7276dffe49dc66675d5a78f6d288e0d
refs/heads/master: 2a41de48b81e61fbe260ae5031ebcb6f935f35fb
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct bug_entry {
#endif

#ifndef HAVE_ARCH_BUG_ON
#define BUG_ON(condition) do { if (unlikely((condition)!=0)) BUG(); } while(0)
#define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while(0)
#endif

#ifndef HAVE_ARCH_WARN_ON
Expand Down

0 comments on commit 0031b30

Please sign in to comment.