]> git.baikalelectronics.ru Git - kernel.git/commit
block: do not initialise globals to 0 or NULL
authorWei Tang <tangwei@cmss.chinamobile.com>
Tue, 24 Nov 2015 01:58:45 +0000 (09:58 +0800)
committerJens Axboe <axboe@fb.com>
Tue, 24 Nov 2015 22:24:25 +0000 (15:24 -0700)
commit80ee965dee2c152b7f46f8ca5f852037b542b02c
treec14a9594220c5b88f8bd1490f95d8f77a99ea586
parent72e95f54ed715dd8fee2265810a01a32b3770bd3
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: Wei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c