Re: [PATCH v2 1/2] staging: rtl8192u: Add or remove spaces to fix style issues

2019-09-11 Thread Sumera Priyadarsini
On Tue, Sep 10, 2019 at 5:00 PM Dan Carpenter wrote: > > On Sun, Sep 08, 2019 at 12:58:39PM +0530, Sumera Priyadarsini wrote: > > Hi, I am extremely sorry for a late response to this. I was caught up > > with some laptop issues. I will send a separate patch making the > > change right away. > > Th

Re: [PATCH v2 1/2] staging: rtl8192u: Add or remove spaces to fix style issues

2019-09-10 Thread Dan Carpenter
On Sun, Sep 08, 2019 at 12:58:39PM +0530, Sumera Priyadarsini wrote: > Hi, I am extremely sorry for a late response to this. I was caught up > with some laptop issues. I will send a separate patch making the > change right away. There is not need to apologize at all. I'm not signing your paycheck

Re: [PATCH v2 1/2] staging: rtl8192u: Add or remove spaces to fix style issues

2019-09-08 Thread Sumera Priyadarsini
On Tue, Aug 27, 2019 at 2:13 PM Dan Carpenter wrote: > > On Mon, Aug 26, 2019 at 11:39:09PM +0530, Sumera Priyadarsini wrote: > > This patch fixes the file r8190_rtl8256.c to avoid the following > > checkpatch.pl warnings: > > CHECK: spaces preferred around that '<<' (ctx:VxV) > > CHEC

Re: [PATCH v2 1/2] staging: rtl8192u: Add or remove spaces to fix style issues

2019-08-27 Thread Dan Carpenter
On Mon, Aug 26, 2019 at 11:39:09PM +0530, Sumera Priyadarsini wrote: > This patch fixes the file r8190_rtl8256.c to avoid the following > checkpatch.pl warnings: > CHECK: spaces preferred around that '<<' (ctx:VxV) > CHECK: spaces preferred around that '-' (ctx:VxV) > CHECK: No sp

[PATCH v2 1/2] staging: rtl8192u: Add or remove spaces to fix style issues

2019-08-26 Thread Sumera Priyadarsini
This patch fixes the file r8190_rtl8256.c to avoid the following checkpatch.pl warnings: CHECK: spaces preferred around that '<<' (ctx:VxV) CHECK: spaces preferred around that '-' (ctx:VxV) CHECK: No space is necessary after a cast Signed-off-by: Sumera Priyadarsini --- Ch