Re: [PATCH 05/21] binder: fix trivial typo of binder_free_buf_locked()

From: Alice Ryhl
Date: Tue Nov 07 2023 - 04:08:20 EST


Carlos Llamas <cmllamas@xxxxxxxxxx> writes:
> Fix minor misspelling of the function in the comment section.
>
> No functional changes in this patch.
>
> Cc: stable@xxxxxxxxxxxxxxx
> Fixes: 0f966cba95c7 ("binder: add flag to clear buffer on txn complete")
> Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx>

It's a bit confusing that the pair of methods binder_alloc_free_buf and
binder_free_buf_locked are inconsistent in whether they user the alloc_
prefix. It might be worth it to change them to be consistent?

Either way, this change LGTM.

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>