On Sunday 12 December 2010 20:29:46 Marek Lindner wrote:
On Wednesday 01 December 2010 20:59:07 Sven Eckelmann wrote:
set_bit and test_bit provide an efficient way to set and test bits of an unsigned long.
Since test_bit() / set_bit() expect 32Bit values we should at least add a comment next to TYPE_OF_WORD, so that nobody changes this define ?!
I applied the patch including a comment in revision 1889.
Thanks, Marek