hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/md/bcache/closure.h
....@@ -345,7 +345,8 @@
345345 } while (0)
346346
347347 /**
348
- * closure_return - finish execution of a closure, with destructor
348
+ * closure_return_with_destructor - finish execution of a closure,
349
+ * with destructor
349350 *
350351 * Works like closure_return(), except @destructor will be called when all
351352 * outstanding refs on @cl have been dropped; @destructor may be used to safely