]> Git Repo - linux.git/commit
[PATCH] cpuset cleanup not not operators
authorPaul Jackson <[email protected]>
Fri, 24 Mar 2006 11:16:00 +0000 (03:16 -0800)
committerLinus Torvalds <[email protected]>
Fri, 24 Mar 2006 15:33:22 +0000 (07:33 -0800)
commit7b5b9ef0e17d52c188fe73ea78e884fe67079e6c
tree6f131575486edc261e20bbcdb2f73ec28d159e91
parent0b1303fcf23678ee1785841fb0c770a35cd0833c
[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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/cpuset.c
This page took 0.05248 seconds and 4 git commands to generate.