From: Randy Dunlap Date: Thu, 25 Oct 2007 21:21:49 +0000 (-0700) Subject: bitops kernel-doc: inline instead of macro X-Git-Tag: v2.6.24-rc2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9431eb038caa027cb98cb18576f1a731e56f76;p=pandora-kernel.git bitops kernel-doc: inline instead of macro Use duplicated inline functions for test_and_set_bit_lock() on x86 instead of #define macros, thus avoiding a bad example. This allows kernel-doc to run cleanly instead of terminating with an error: Error(linux-2.6.24-rc1//include/asm-x86/bitops_32.h:188): cannot understand prototype: 'test_and_set_bit_lock test_and_set_bit ' Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed