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)
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>

No differences found