]> 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)
commit6b55caa185396733d3737d86c4bc569125c7dbe7
treee8d5cbd49fc60763327fd5d4bc71d63e0d5bd308
parentf20bf0d35eaa4baa9947974b81675aaf9651028b
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