]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit234bedffa69ec5a86eebe4d7cb7b1f7f31d41c07
treee8d5cbd49fc60763327fd5d4bc71d63e0d5bd308
parent4d5a7c9185f3a2b44ba67f2cacf9abc05bc3fe18
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