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)
commit458cf5e9b666c251b04cb5242fb19fd5114645ba
tree8fd0de032105104467d15cd7cb991e5181ff3f03
parent2fdd82bd8852ec8ebad5c69c45138da25c6f9273
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