Re: [PATCH] staging: rtl8723bs: os_dep: fix coding style issue in xmit_linux.c

2020-08-18 Thread Greg KH
On Mon, Aug 03, 2020 at 12:26:44AM +0530, Mohammed Rushad wrote: > This is a patch to the xmit_linux.c file that fixes brace and missing > line warning found by checkpatch.pl tool > > Signed-off-by: Mohammed Rushad > --- > drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 4 ++-- > 1 file

[PATCH] staging: rtl8723bs: os_dep: fix coding style issue in xmit_linux.c

2020-08-02 Thread Mohammed Rushad
This is a patch to the xmit_linux.c file that fixes brace and missing line warning found by checkpatch.pl tool Signed-off-by: Mohammed Rushad --- drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git