Re: [PATCH v3] Staging: rtl8188eu: Fixed coding style issues

2014-01-03 Thread Joe Perches
On Fri, 2014-01-03 at 00:22 +0100, Tim Jester-Pfadt wrote: > Fixed indentation coding style issues on rtw_io.c [] > diff --git a/drivers/staging/rtl8188eu/core/rtw_io.c > b/drivers/staging/rtl8188eu/core/rtw_io.c [] > @@ -205,9 +205,9 @@ void _rtw_read_mem(struct adapter *adapter, u32 addr, u32

Re: [PATCH v3] Staging: rtl8188eu: Fixed coding style issues

2014-01-03 Thread Tim Jester-Pfadt
Thank you for your feedback. I'm still figuring stuff out. Submitting patches to the kernel has been my new year's resolution. Regards, Tim 2014/1/3 Dan Carpenter : > On Fri, Jan 03, 2014 at 12:22:59AM +0100, Tim Jester-Pfadt wrote: >> Fixed indentation coding style issues on rtw_io.c >> >> Sign

Re: [PATCH v3] Staging: rtl8188eu: Fixed coding style issues

2014-01-02 Thread Dan Carpenter
On Fri, Jan 03, 2014 at 12:22:59AM +0100, Tim Jester-Pfadt wrote: > Fixed indentation coding style issues on rtw_io.c > > Signed-off-by: Tim Jester-Pfadt > --- Next time, if you do a v2 patch please put a note here under the --- line what changed between the previous one and this one. 2: change

Re: [PATCH v3] Staging: rtl8188eu: Fixed coding style issues

2014-01-02 Thread Larry Finger
On 01/02/2014 05:22 PM, Tim Jester-Pfadt wrote: Fixed indentation coding style issues on rtw_io.c Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/core/rtw_io.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_io