test_bit: add set_bit() and clear_bit() functions
commitf0257afdb439eb0f1e30d7d0fa045c787065a6bc
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 1 Jul 2015 10:36:32 +0000 (1 13:36 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 1 Jul 2015 10:36:32 +0000 (1 13:36 +0300)
tree9e19f1fe80e999372fd7087faf21ec4610669707
parente549c4240e9f3aaee8ecfce74c30826a2cf43b32
test_bit: add set_bit() and clear_bit() functions

Those two functions also assume a bit number instead of a mask.  This
doesn't catch many new because because if you use set_bit() then you likely
use test_bit() as well and we already have that.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_test_bit.c