commit | ade8c56cbd02020fecbe1684f181250a466685eb | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Thu Oct 25 14:27:24 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Oct 25 16:16:26 2007 -0700 |
tree | 5f2cfcfb842e5e41fa5c6f3d89c92f530cc76a25 | |
parent | fb9431eb038caa027cb98cb18576f1a731e56f76 [diff] |
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 <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>