Staging: rtl8723bs: fix spaces in xmit_linux.c
authorMarco Cesati <marcocesati@gmail.com>
Mon, 15 Mar 2021 17:06:18 +0000 (18:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Mar 2021 11:23:18 +0000 (12:23 +0100)
commit2b367a7842331475b6e9b65263bdb3471c3670a7
tree72e9189c7f675ff037e6c063f5d5b66c81e59779
parentc35ddab38cdd31d46976bf8f2240f88886ec4984
Staging: rtl8723bs: fix spaces in xmit_linux.c

This commit fixes the following checkpatch.pl errors:

    ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
    #192: FILE: ./os_dep/xmit_linux.c:192:
    +int _rtw_xmit_entry(struct sk_buff *pkt, struct net_device * pnetdev)

    ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
    #247: FILE: ./os_dep/xmit_linux.c:247:
    +int rtw_xmit_entry(struct sk_buff *pkt, struct net_device * pnetdev)

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210315170618.2566-58-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/xmit_linux.c