bcache: add MODULE_DESCRIPTION information
authorColy Li <colyli@suse.de>
Thu, 13 Dec 2018 14:53:54 +0000 (22:53 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Dec 2018 15:15:54 +0000 (08:15 -0700)
commit009673d02fa92acaa7ed0b1e1389610e4390ba49
tree113a264d95c165633147ad5abfe8b3847ddc629b
parent7a671d8ef821bf5743fdff17fae0600648345b03
bcache: add MODULE_DESCRIPTION information

This patch moves MODULE_AUTHOR and MODULE_LICENSE to end of super.c, and
add MODULE_DESCRIPTION("Bcache: a Linux block layer cache").

This is preparation for adding module parameters.

Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/super.c