]> git.baikalelectronics.ru Git - kernel.git/commit
binder: Fix comment headers on binder_alloc_prepare_to_free()
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Mon, 30 Sep 2019 20:12:50 +0000 (16:12 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 12:39:23 +0000 (14:39 +0200)
commit70c51a114a60c9929932d0442ef78287c5563182
tree3e830be55cb2c08ff97f4852e7e88670984975bc
parent8afa7046ff45773234a6638b6fe0e5f9beaf4348
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>
drivers/android/binder_alloc.c