mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
binder: Fix comment headers on binder_alloc_prepare_to_free()
binder_alloc_buffer_lookup() doesn't exist and is named "binder_alloc_prepare_to_free()". Correct the code comments to reflect this. Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com> Link: https://lore.kernel.org/r/20190930201250.139554-1-joel@joelfernandes.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
51d8a7eca6
commit
5dc54a06f6
@@ -156,7 +156,7 @@ static struct binder_buffer *binder_alloc_prepare_to_free_locked(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* binder_alloc_buffer_lookup() - get buffer given user ptr
|
* binder_alloc_prepare_to_free() - get buffer given user ptr
|
||||||
* @alloc: binder_alloc for this proc
|
* @alloc: binder_alloc for this proc
|
||||||
* @user_ptr: User pointer to buffer data
|
* @user_ptr: User pointer to buffer data
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user