Re: [PATCH v2 1/1] Staging: android: uapi: ion: Fixes indentation

From: Greg KH
Date: Mon May 09 2016 - 08:08:14 EST


On Sun, May 08, 2016 at 01:41:47PM +0200, Thimo Braker wrote:
> Fixes the indentation before variable names.
>
> Signed-off-by: Thimo Braker <thibmorozier@xxxxxxxxx>
> ---
> drivers/staging/android/uapi/ion.h | 20 ++++++++++----------
> drivers/staging/android/uapi/ion_test.h | 10 +++++-----
> 2 files changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h
> index 0a8e40f..6dda8d5 100644
> --- a/drivers/staging/android/uapi/ion.h
> +++ b/drivers/staging/android/uapi/ion.h
> @@ -91,11 +91,11 @@ enum ion_heap_type {
> * Provided by userspace as an argument to the ioctl
> */
> struct ion_allocation_data {
> - size_t len;
> - size_t align;
> - unsigned int heap_id_mask;
> - unsigned int flags;
> - ion_user_handle_t handle;
> + size_t len;
> + size_t align;
> + unsigned int heap_id_mask;
> + unsigned int flags;
> + ion_user_handle_t handle;

Hm, that's not really a "fix" anywhere. There's no kernel rule that you
have to align the fields in a structure.

What "tool" told you this was necessary?

So this patch isn't needed, sorry.

thanks,

greg k-h