commit | 4516da427fcf214af7d826273ab275f1d6e56ef0 | [log] [tgz] |
---|---|---|
author | Coly Li <colyli@suse.de> | Mon Oct 08 20:41:11 2018 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 08 08:19:43 2018 -0600 |
tree | e8d5cbd49fc60763327fd5d4bc71d63e0d5bd308 | |
parent | dd0c91793b7c2658ea32c6b3a2247a8ceca45dc0 [diff] |
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>