summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Fernandes (Google) <joel@joelfernandes.org>2019-09-30 16:12:50 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-10 14:39:23 +0200
commit5dc54a06f6e575f146492661129d24f3b50d17bb (patch)
tree3e830be55cb2c08ff97f4852e7e88670984975bc
parent51d8a7eca67784b155a07aeab4bfb9f63ebaaf9e (diff)
downloadlinux-stable-5dc54a06f6e575f146492661129d24f3b50d17bb.tar.gz
linux-stable-5dc54a06f6e575f146492661129d24f3b50d17bb.tar.bz2
linux-stable-5dc54a06f6e575f146492661129d24f3b50d17bb.zip
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>
-rw-r--r--drivers/android/binder_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c
index 6d79a1b0d446..d42a8b2f636a 100644
--- a/drivers/android/binder_alloc.c
+++ b/drivers/android/binder_alloc.c
@@ -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
* @user_ptr: User pointer to buffer data
*