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

2015-09-21 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.

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

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

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

2015-09-20 Thread Chaehyun Lim
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 | 40 +- drivers/staging/wilc1000/host_interface.c

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