bcache: fix typo in code comments of closure_return_with_destructor()
authorColy Li <colyli@suse.de>
Mon, 8 Oct 2018 12:41:11 +0000 (20:41 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 8 Oct 2018 14:19:43 +0000 (08:19 -0600)
commit4516da427fcf214af7d826273ab275f1d6e56ef0
treee8d5cbd49fc60763327fd5d4bc71d63e0d5bd308
parentdd0c91793b7c2658ea32c6b3a2247a8ceca45dc0
bcache: fix typo in code comments of closure_return_with_destructor()

The code comments of closure_return_with_destructor() in closure.h makrs
function name as closure_return(). This patch fixes this type with the
correct name - closure_return_with_destructor.

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