staging: rtl8723bs: Resolve "(foo*)" should be "(foo *)" error reported by checkpatch
authorShobhit Kukreti <shobhitkukreti@gmail.com>
Thu, 6 Jun 2019 14:35:40 +0000 (07:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 11:03:51 +0000 (13:03 +0200)
commita7dd567eb6f223544a69bd5fb91567396df82f82
tree25f7198decabcbfb7579817d3627961ba0b81a25
parent7bce355180a82961e1fbc06e62ee0aba9053bad0
staging: rtl8723bs: Resolve "(foo*)" should be "(foo *)" error reported by checkpatch

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 <shobhitkukreti@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c