Re: [PATCH 1/2] staging: wilc1000: replace s32Error with result

2015-09-20 Thread Greg KH
On Mon, Sep 21, 2015 at 09:25:31AM +0900, Chaehyun Lim wrote: > Most of functions use s32Error variable to check error and return its value. > This patch replaces s32Error with result to avoid CamelCase. > > Signed-off-by: Chaehyun Lim This doesn't apply at all anymore. I suggest doing as Julia

Re: [PATCH 1/2] staging: wilc1000: replace s32Error with result

2015-09-20 Thread Chaehyun Lim
On Mon, Sep 21, 2015 at 9:52 AM, Chaehyun Lim wrote: > On Mon, Sep 21, 2015 at 9:40 AM, Julian Calaby > wrote: >> Hi Chaehyun, >> >> >> On Mon, Sep 21, 2015 at 10:25 AM, Chaehyun Lim >> wrote: >>> Most of functions use s32Error variable to check error and return its value. >>> This patch repla

Re: [PATCH 1/2] staging: wilc1000: replace s32Error with result

2015-09-20 Thread Chaehyun Lim
On Mon, Sep 21, 2015 at 9:40 AM, Julian Calaby wrote: > Hi Chaehyun, > > > On Mon, Sep 21, 2015 at 10:25 AM, Chaehyun Lim wrote: >> Most of functions use s32Error variable to check error and return its value. >> This patch replaces s32Error with result to avoid CamelCase. >> >> Signed-off-by: Cha

Re: [PATCH 1/2] staging: wilc1000: replace s32Error with result

2015-09-20 Thread Julian Calaby
Hi Chaehyun, On Mon, Sep 21, 2015 at 10:25 AM, Chaehyun Lim wrote: > Most of functions use s32Error variable to check error and return its value. > This patch replaces s32Error with result to avoid CamelCase. > > Signed-off-by: Chaehyun Lim > --- > drivers/staging/wilc1000/coreconfigurator.c