kernel/drivers/md/bcache/closure.h
.. .. @@ -345,7 +345,8 @@ 345 345 } while (0) 346 346 347 347 /** 348 - * closure_return - finish execution of a closure, with destructor348 + * closure_return_with_destructor - finish execution of a closure,349 + * with destructor349 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