提交 d674d414 编写于 作者: W Wei Tang 提交者: Jens Axboe

block: do not initialise globals to 0 or NULL

This patch fixes the checkpatch.pl error to blk-exec.c:

ERROR: do not initialise globals to 0 or NULL
Signed-off-by: NWei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: NJens Axboe <axboe@fb.com>
上级 c2789bd4
...@@ -51,7 +51,7 @@ DEFINE_IDA(blk_queue_ida); ...@@ -51,7 +51,7 @@ DEFINE_IDA(blk_queue_ida);
/* /*
* For the allocated request tables * For the allocated request tables
*/ */
struct kmem_cache *request_cachep = NULL; struct kmem_cache *request_cachep;
/* /*
* For queue allocation * For queue allocation
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册