mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/2] Staging: android: ion: fixes indentation
@ 2016-05-07 20:33 Thimo Braker
  2016-05-08  2:46 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Thimo Braker @ 2016-05-07 20:33 UTC (permalink / raw)
  To: gregkh
  Cc: labbott, sumit.semwal, arve, riandrews, devel, linux-kernel,
	Thimo Braker

Fixes indentation before variable names.

Signed-off-by: Thimo Braker <thibmorozier@gmail.com>
---
 drivers/staging/android/uapi/ion.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h
index 77a46f0..ddb8174 100644
--- a/drivers/staging/android/uapi/ion.h
+++ b/drivers/staging/android/uapi/ion.h
@@ -89,11 +89,11 @@ enum ion_heap_type {
  * Provided by userspace as an argument to the ioctl
  */
 struct ion_allocation_data {
-	size_t len;
-	size_t align;
+	size_t	     len;
+	size_t	     align;
 	unsigned int heap_id_mask;
 	unsigned int flags;
-	int handle;
+	int	     handle;
 };
 
 /**
@@ -128,7 +128,7 @@ struct ion_handle_data {
  * This works just like the regular cmd and arg fields of an ioctl.
  */
 struct ion_custom_data {
-	unsigned int cmd;
+	unsigned int  cmd;
 	unsigned long arg;
 };
 
-- 
2.1.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] Staging: android: ion: fixes indentation
  2016-05-07 20:33 [PATCH 2/2] Staging: android: ion: fixes indentation Thimo Braker
@ 2016-05-08  2:46 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-05-08  2:46 UTC (permalink / raw)
  To: Thimo Braker; +Cc: devel, arve, linux-kernel, riandrews, sumit.semwal

On Sat, May 07, 2016 at 03:33:04PM -0500, Thimo Braker wrote:
> Fixes indentation before variable names.
> 
> Signed-off-by: Thimo Braker <thibmorozier@gmail.com>
> ---
>  drivers/staging/android/uapi/ion.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h
> index 77a46f0..ddb8174 100644
> --- a/drivers/staging/android/uapi/ion.h
> +++ b/drivers/staging/android/uapi/ion.h
> @@ -89,11 +89,11 @@ enum ion_heap_type {
>   * Provided by userspace as an argument to the ioctl
>   */
>  struct ion_allocation_data {
> -	size_t len;
> -	size_t align;
> +	size_t	     len;
> +	size_t	     align;
>  	unsigned int heap_id_mask;
>  	unsigned int flags;
> -	int handle;
> +	int	     handle;
>  };
>  
>  /**
> @@ -128,7 +128,7 @@ struct ion_handle_data {
>   * This works just like the regular cmd and arg fields of an ioctl.
>   */
>  struct ion_custom_data {
> -	unsigned int cmd;
> +	unsigned int  cmd;
>  	unsigned long arg;
>  };
>  

Doesn't apply as I didn't take path 1/2 :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-08  2:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-07 20:33 [PATCH 2/2] Staging: android: ion: fixes indentation Thimo Braker
2016-05-08  2:46 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®