Re: [PATCH v2 1/5] android: binder: Refactor prev and next buffer into a helper function

From: Greg Kroah-Hartman
Date: Wed Aug 23 2017 - 19:18:45 EST


On Wed, Aug 23, 2017 at 08:46:39AM -0700, Sherry Yang wrote:
> Use helper functions buffer_next and buffer_prev instead
> of list_entry to get the next and previous buffers.
>
> Signed-off-by: Sherry Yang <sherryy@xxxxxxxxxxx>
> ---
> drivers/android/binder_alloc.c | 24 +++++++++++++++---------
> 1 file changed, 15 insertions(+), 9 deletions(-)

These all have been acked by the other google/android developers, right?

thanks,

greg k-h