Re: [PATCH] staging: rtl8723bs: CleanUp to remove the error reported by checkpatch

2019-06-06 Thread Greg Kroah-Hartman
On Wed, Jun 05, 2019 at 06:59:52PM -0700, Shobhit Kukreti wrote: > Cleaned up the code to remove the error "(foo*)" should be "(foo *)" > reported by checkpatch from the file rtl8723bs/os_dep/ioctl_linux.c Your subject line shoudl give a hint as to what the error you are fixing is. Also, no need

[PATCH] staging: rtl8723bs: CleanUp to remove the error reported by checkpatch

2019-06-05 Thread Shobhit Kukreti
Cleaned up the code to remove the error "(foo*)" should be "(foo *)" reported by checkpatch from the file rtl8723bs/os_dep/ioctl_linux.c Signed-off-by: Shobhit Kukreti --- drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 32 +- 1 file changed, 16 insertions(+), 16 deletio