Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Coly Li and committed by
Jens Axboe
4516da42 dd0c9179

+2 -1
+2 -1
drivers/md/bcache/closure.h
··· 345 345 } while (0) 346 346 347 347 /** 348 - * closure_return - finish execution of a closure, with destructor 348 + * closure_return_with_destructor - finish execution of a closure, 349 + * with destructor 349 350 * 350 351 * Works like closure_return(), except @destructor will be called when all 351 352 * outstanding refs on @cl have been dropped; @destructor may be used to safely