Re: [PATCH] staging: emxx_udc: Fix CamelCase styling issue

2016-12-19 Thread Dan Carpenter
On Sun, Dec 18, 2016 at 04:46:50PM +, Afonso Bordado wrote: > Converts from CamelCase to the recommended style. > > Signed-off-by: Afonso Bordado > --- > drivers/staging/emxx_udc/emxx_udc.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) > >

Re: [PATCH] staging: emxx_udc: Fix CamelCase styling issue

2016-12-19 Thread Dan Carpenter
On Sun, Dec 18, 2016 at 04:46:50PM +, Afonso Bordado wrote: > Converts from CamelCase to the recommended style. > > Signed-off-by: Afonso Bordado > --- > drivers/staging/emxx_udc/emxx_udc.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff --git

Re: [PATCH] staging: emxx_udc: Fix CamelCase styling issue

2016-12-18 Thread Afonso Bordado
> Instead of merely converting Hungarian CamelCase to lowercase > with underscores where word transitions occurred, try reading > the code and making sense of what it does to perhaps find a > better variable name instead. Maybe eliminate the variable > altogether. > > iWordLength could be reads

Re: [PATCH] staging: emxx_udc: Fix CamelCase styling issue

2016-12-18 Thread Afonso Bordado
> Instead of merely converting Hungarian CamelCase to lowercase > with underscores where word transitions occurred, try reading > the code and making sense of what it does to perhaps find a > better variable name instead. Maybe eliminate the variable > altogether. > > iWordLength could be reads

Re: [PATCH] staging: emxx_udc: Fix CamelCase styling issue

2016-12-18 Thread Joe Perches
On Sun, 2016-12-18 at 16:46 +, Afonso Bordado wrote: > Converts from CamelCase to the recommended style. > > Signed-off-by: Afonso Bordado > --- > drivers/staging/emxx_udc/emxx_udc.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff

Re: [PATCH] staging: emxx_udc: Fix CamelCase styling issue

2016-12-18 Thread Joe Perches
On Sun, 2016-12-18 at 16:46 +, Afonso Bordado wrote: > Converts from CamelCase to the recommended style. > > Signed-off-by: Afonso Bordado > --- > drivers/staging/emxx_udc/emxx_udc.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff --git

[PATCH] staging: emxx_udc: Fix CamelCase styling issue

2016-12-18 Thread Afonso Bordado
Converts from CamelCase to the recommended style. Signed-off-by: Afonso Bordado --- drivers/staging/emxx_udc/emxx_udc.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.c

[PATCH] staging: emxx_udc: Fix CamelCase styling issue

2016-12-18 Thread Afonso Bordado
Converts from CamelCase to the recommended style. Signed-off-by: Afonso Bordado --- drivers/staging/emxx_udc/emxx_udc.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/staging/emxx_udc/emxx_udc.c index