]> git.baikalelectronics.ru Git - kernel.git/commit
Cleanup umem driver: fix most checkpatch warnings, conform to kernel
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 17 Dec 2007 19:24:20 +0000 (20:24 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 18 Dec 2007 07:29:28 +0000 (08:29 +0100)
commit97c63dbfe6d50992651485a84db4d116023eea0a
tree8fd0de032105104467d15cd7cb991e5181ff3f03
parent15842418c33a0bb01bc2b596749193e6b72e58e8
Cleanup umem driver: fix most checkpatch warnings, conform to kernel
coding style.

  linux-2.6.24-rc5-git3> checkpatch.pl-next  patches/block-umem-ckpatch.patch
  total: 0 errors, 5 warnings, 530 lines checked

All of these are line-length warnings.

Only change in generated object file is due to not initializing a
static global variable to 0.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/umem.c