]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
binder: modify the comment for binder_proc_unlock
authorBa Jing <bajing@cmss.chinamobile.com>
Mon, 2 Sep 2024 05:23:30 +0000 (13:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Sep 2024 14:02:45 +0000 (16:02 +0200)
commite9e46ed220abe2bac542d1b682d6dff68145c19f
tree2c683cc0fd1f91e595a9d50a8a4c62a7c73b10b0
parent895b4fae931a256f6c7c6c68f77a8e337980b5a1
binder: modify the comment for binder_proc_unlock

Modify the comment for binder_proc_unlock() to clearly indicate which
spinlock it releases and to better match the acquire comment block
in binder_proc_lock().

Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20240902052330.3115-1-bajing@cmss.chinamobile.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c