binder: fix trivial typo of binder_free_buf_locked()
authorCarlos Llamas <cmllamas@google.com>
Fri, 1 Dec 2023 17:21:35 +0000 (17:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Dec 2023 00:23:38 +0000 (09:23 +0900)
commit122a3c1cb0ff304c2b8934584fcfea4edb2fe5e3
tree22fdbb72e1ed25cdd1b50722b708fd76529cc3b3
parentc6d05e0762ab276102246d24affd1e116a46aa0c
binder: fix trivial typo of binder_free_buf_locked()

Fix minor misspelling of the function in the comment section.

No functional changes in this patch.

Cc: stable@vger.kernel.org
Fixes: 0f966cba95c7 ("binder: add flag to clear buffer on txn complete")
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20231201172212.1813387-7-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.c