Carlos Llamas cmllamas@google.com writes:
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") Signed-off-by: Carlos Llamas cmllamas@google.com
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@google.com