]> git.baikalelectronics.ru Git - kernel.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)
commit645682af094aec4acbd97bf40aae6c9b5bf9068f
tree5f2cfcfb842e5e41fa5c6f3d89c92f530cc76a25
parente403ec1ba965697f1a904995e710948afc51fb4a
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