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

2016-05-08 Thread Thimo Braker
Fixes the indentation before variable names. Signed-off-by: Thimo Braker <thibmoroz...@gmail.com> --- drivers/staging/android/uapi/ion.h | 20 ++-- drivers/staging/android/uapi/ion_test.h | 10 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff

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

2016-05-08 Thread Thimo Braker
Fixes the indentation before variable names. Signed-off-by: Thimo Braker --- 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

Re: [PATCH 1/2] Staging: android: ion: fixes use of typedef

2016-05-08 Thread Thimo Braker
On 8-5-2016 4:46, Greg KH wrote: You just broke userspace :( [..] (hint, they have uapi in the path) I see I need to get used to some names ( now you say it, Uapi is quite logical ). Thanks for the feedback. Thimo B.

Re: [PATCH 1/2] Staging: android: ion: fixes use of typedef

2016-05-08 Thread Thimo Braker
On 8-5-2016 4:46, Greg KH wrote: You just broke userspace :( [..] (hint, they have uapi in the path) I see I need to get used to some names ( now you say it, Uapi is quite logical ). Thanks for the feedback. Thimo B.

[PATCH 2/2] Staging: android: ion: fixes indentation

2016-05-07 Thread Thimo Braker
Fixes indentation before variable names. Signed-off-by: Thimo Braker <thibmoroz...@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 7

[PATCH 2/2] Staging: android: ion: fixes indentation

2016-05-07 Thread Thimo Braker
Fixes indentation before variable names. Signed-off-by: Thimo Braker --- 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

[PATCH 1/2] Staging: android: ion: fixes use of typedef

2016-05-07 Thread Thimo Braker
Fixes a checkpatch.pl warning about 'do not add new typedefs' Signed-off-by: Thimo Braker <thibmoroz...@gmail.com> --- drivers/staging/android/uapi/ion.h | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/androi

[PATCH 1/2] Staging: android: ion: fixes use of typedef

2016-05-07 Thread Thimo Braker
Fixes a checkpatch.pl warning about 'do not add new typedefs' Signed-off-by: Thimo Braker --- drivers/staging/android/uapi/ion.h | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h index 0a8e40f

Re: [PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues

2016-05-07 Thread Thimo Braker
Q: Should I include quotations after my reply? Sorry about that, will do. Look at the patches sent the driverdevel mailing list for examples of this. Just subscribed to that mailing list, will keep an eye out for proper patch mails. Thanks, Thimo B.

Re: [PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues

2016-05-07 Thread Thimo Braker
Q: Should I include quotations after my reply? Sorry about that, will do. Look at the patches sent the driverdevel mailing list for examples of this. Just subscribed to that mailing list, will keep an eye out for proper patch mails. Thanks, Thimo B.

Re: [PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues

2016-05-07 Thread Thimo Braker
understood you.) Thanks, Thimo B. On 7-5-2016 19:15, Greg KH wrote: On Sat, May 07, 2016 at 10:56:37AM -0500, Thimo Braker wrote: Fixes issues with the coding style checks. What issues? Always be specific, and describe what you are doing. Also don't put more than one "thing" in a si

Re: [PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues

2016-05-07 Thread Thimo Braker
understood you.) Thanks, Thimo B. On 7-5-2016 19:15, Greg KH wrote: On Sat, May 07, 2016 at 10:56:37AM -0500, Thimo Braker wrote: Fixes issues with the coding style checks. What issues? Always be specific, and describe what you are doing. Also don't put more than one "thing" in a si

[PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues

2016-05-07 Thread Thimo Braker
Fixes issues with the coding style checks. Signed-off-by: Thimo Braker <thibmoroz...@hmail.com> --- drivers/staging/android/timed_gpio.c | 36 +- drivers/staging/android/timed_gpio.h | 8 drivers/staging/android/timed_output.c | 16 +++-

[PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues

2016-05-07 Thread Thimo Braker
Fixes issues with the coding style checks. Signed-off-by: Thimo Braker --- drivers/staging/android/timed_gpio.c | 36 +- drivers/staging/android/timed_gpio.h | 8 drivers/staging/android/timed_output.c | 16 +++ 3 files changed, 30