Re: [PATCH] Drivers: ssb: Fix bare unsigned and changed to trailing comments

2016-06-04 Thread Julian Calaby
Hi Hugh, On Sat, Jun 4, 2016 at 10:39 AM, Hugh Sipiere wrote: > I changed drivers/ssb/driver_gpio.c to better fit the coding style. > I changed unsigned to unsigned int > Two comments were changed to not end on a line with the text. > > Signed-off-by: Hugh Sipiere You should separate the change

[PATCH] Drivers: ssb: Fix bare unsigned and changed to trailing comments

2016-06-03 Thread Hugh Sipiere
I changed drivers/ssb/driver_gpio.c to better fit the coding style. I changed unsigned to unsigned int Two comments were changed to not end on a line with the text. Signed-off-by: Hugh Sipiere --- drivers/ssb/driver_gpio.c | 26 ++ 1 file changed, 14 insertions(+), 12 del