[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1462653184-25300-1-git-send-email-thibmorozier@gmail.com>
Date: Sat, 7 May 2016 15:33:04 -0500
From: Thimo Braker <thibmorozier@...il.com>
To: gregkh@...uxfoundation.org
Cc: labbott@...hat.com, sumit.semwal@...aro.org, arve@...roid.com,
riandrews@...roid.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, Thimo Braker <thibmorozier@...il.com>
Subject: [PATCH 2/2] Staging: android: ion: fixes indentation
Fixes indentation before variable names.
Signed-off-by: Thimo Braker <thibmorozier@...il.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
Powered by blists - more mailing lists