]> git.baikalelectronics.ru Git - kernel.git/commit
fs/bio.c: move EXPORT* macros to line after function
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Sat, 26 Sep 2009 14:19:21 +0000 (16:19 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 1 Oct 2009 19:15:46 +0000 (21:15 +0200)
commitc4235545e42fd19a614a9ab4e691eb4ed8fd9c92
tree7e55b5d47be8d3c8189ff7d0bece65b46c8bd0e5
parent10d95a2e8d6a3bfae1b4b2761f84a04ea79c8104
fs/bio.c: move EXPORT* macros to line after function

As mentioned in Documentation/CodingStyle, move EXPORT* macro's
to the line immediately after the closing function brace line.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/bio.c