diff options
| author | Marco Cesati <marcocesati@gmail.com> | 2021-03-15 20:06:18 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-16 14:23:18 +0300 |
| commit | 2b367a7842331475b6e9b65263bdb3471c3670a7 (patch) | |
| tree | 72e9189c7f675ff037e6c063f5d5b66c81e59779 /scripts/stackusage | |
| parent | c35ddab38cdd31d46976bf8f2240f88886ec4984 (diff) | |
| download | linux-2b367a7842331475b6e9b65263bdb3471c3670a7.tar.xz | |
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>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
