aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorRalf Baechle <[email protected]>2007-02-20 13:57:45 -0800
committerLinus Torvalds <[email protected]>2007-02-20 17:10:12 -0800
commit7b8f850bebe093e37d283ed791039b39fa241e6d (patch)
tree5ecd31dda2658366a9e7feb4c8c6c95e01a57caf /include/linux/debugobjects.h
parente696268a73f7f59a333624f9abf8ffc9412ee64c (diff)
[PATCH] Fix build errors if bitop functions are do {} while macros
If one of clear_bit, change_bit or set_bit is defined as a do { } while (0) function usage of these functions in parenthesis like (foo_bit(23, &var)) while be expaned to something like (do { ... } while (0)}). resulting in a build error. This patch removes the useless parenthesis. Signed-off-by: Ralf Baechle <[email protected]> Cc: Trond Myklebust <[email protected]> Cc: Neil Brown <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions