Commit d674d414 authored by Wei Tang's avatar Wei Tang Committed by Jens Axboe
Browse files

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: default avatarWei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent c2789bd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ DEFINE_IDA(blk_queue_ida);
/*
 * For the allocated request tables
 */
struct kmem_cache *request_cachep = NULL;
struct kmem_cache *request_cachep;

/*
 * For queue allocation