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. ___ devel mailing list

[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

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 +++-