diff options
author | Paul Jackson <pj@sgi.com> | 2006-03-24 03:16:00 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 07:33:22 -0800 |
commit | 7b5b9ef0e17d52c188fe73ea78e884fe67079e6c (patch) | |
tree | 6f131575486edc261e20bbcdb2f73ec28d159e91 /COPYING | |
parent | 0b1303fcf23678ee1785841fb0c770a35cd0833c (diff) |
[PATCH] cpuset cleanup not not operators
Since the test_bit() bit operator is boolean (return 0 or 1), the double not
"!!" operations needed to convert a scalar (zero or not zero) to a boolean are
not needed.
Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions