Commit 4b463822 authored by YangHui's avatar YangHui Committed by Greg Kroah-Hartman

binder: Modify comments

The function name should is binder_alloc_new_buf()
Signed-off-by: default avatarYangHui <yanghui.def@gmail.com>
Reviewed-by: default avatarMartijn Coenen <maco@android.com>
Link: https://lore.kernel.org/r/1597714444-3614-1-git-send-email-yanghui.def@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e8b8ae7c
...@@ -652,7 +652,7 @@ static void binder_free_buf_locked(struct binder_alloc *alloc, ...@@ -652,7 +652,7 @@ static void binder_free_buf_locked(struct binder_alloc *alloc,
* @alloc: binder_alloc for this proc * @alloc: binder_alloc for this proc
* @buffer: kernel pointer to buffer * @buffer: kernel pointer to buffer
* *
* Free the buffer allocated via binder_alloc_new_buffer() * Free the buffer allocated via binder_alloc_new_buf()
*/ */
void binder_alloc_free_buf(struct binder_alloc *alloc, void binder_alloc_free_buf(struct binder_alloc *alloc,
struct binder_buffer *buffer) struct binder_buffer *buffer)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment