[PATCH] staging: rtl8723bs: os_dep: Cleanup pointer casting code style

2020-05-01 Thread Yu Jian Wu
Cleanup by adding a space between type and pointer, in accordance with checkpatch.pl message "(foo*)" should be "(foo *)". Signed-off-by: Yu Jian Wu --- .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c| 16 drivers/staging/rtl8723bs/os_dep/recv_linux.c| 2 +- 2 files chang

Re: [PATCH] staging: rtl8723bs: os_dep: Cleanup pointer casting code style

2020-05-06 Thread Dan Carpenter
On Sat, May 02, 2020 at 08:47:50AM +0800, Yu Jian Wu wrote: > Cleanup by adding a space between type and pointer, in accordance with > checkpatch.pl message "(foo*)" should be "(foo *)". > > Signed-off-by: Yu Jian Wu > --- > .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c| 16