Re: [PATCH 12/21] binder: separate the no-space debugging logic

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


Carlos Llamas <cmllamas@xxxxxxxxxx> writes:
> Move the no-space debugging logic into a separate function. Lets also
> mark this branch as unlikely in binder_alloc_new_buf_locked() as most
> requests will fit without issue.
>
> Also add a few cosmetic changes and suggestions from checkpatch.
>
> Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx>

I double checked that this does not change behavior.

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>