Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164664
b: refs/heads/master
c: fa081b0
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Sep 23, 2009
1 parent d937066 commit 4ce1a21
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7fa07729e439a6184bd824746d06a49cca553f15
refs/heads/master: fa081b00a80ef3f4575c99af6e97d29e1628cf51
4 changes: 3 additions & 1 deletion trunk/include/linux/kmemcheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,12 @@ static inline bool kmemcheck_is_obj_initialized(unsigned long addr, size_t size)

#define kmemcheck_annotate_bitfield(ptr, name) \
do { \
int _n; \
\
if (!ptr) \
break; \
\
int _n = (long) &((ptr)->name##_end) \
_n = (long) &((ptr)->name##_end) \
- (long) &((ptr)->name##_begin); \
BUILD_BUG_ON(_n < 0); \
\
Expand Down

0 comments on commit 4ce1a21

Please sign in to comment.