]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86 bitops: fix code style issues
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 25 Oct 2007 21:27:24 +0000 (14:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 25 Oct 2007 23:16:26 +0000 (16:16 -0700)
commitade8c56cbd02020fecbe1684f181250a466685eb
tree5f2cfcfb842e5e41fa5c6f3d89c92f530cc76a25
parentfb9431eb038caa027cb98cb18576f1a731e56f76
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>
include/asm-x86/bitops_64.h