From: Randy Dunlap Date: Thu, 25 Oct 2007 21:27:24 +0000 (-0700) Subject: x86 bitops: fix code style issues X-Git-Tag: v2.6.24-rc2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade8c56cbd02020fecbe1684f181250a466685eb;p=pandora-kernel.git x86 bitops: fix code style issues Coding style cleanups: - change __inline__ to inline; - drop space in "* addr" parameters; - drop space between func. name and '(' The "volatile" keywords are correct according to email from one Linus Torvalds. [Several other arches need some of this also.] Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed