Re: [PATCH] staging: rtl8723bs: os_dep: fix function-name print using __func__

2020-08-18 Thread Greg KH
On Wed, Aug 12, 2020 at 09:37:45PM +0530, Mohammed Rushad wrote: > This patch to the os_intfs.c fixes the printing of function names using > the preferred '"%s...", __func__' and alignment issues as pointed out by > the checkpatch.pl tool. > > Signed-off-by: Mohammed Rushad > --- >

[PATCH] staging: rtl8723bs: os_dep: fix function-name print using __func__

2020-08-12 Thread Mohammed Rushad
This patch to the os_intfs.c fixes the printing of function names using the preferred '"%s...", __func__' and alignment issues as pointed out by the checkpatch.pl tool. Signed-off-by: Mohammed Rushad --- drivers/staging/rtl8723bs/os_dep/os_intfs.c | 56 +++-- 1 file changed, 29