diff options
| author | Marco Cesati <marcocesati@gmail.com> | 2021-03-15 20:06:15 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-16 14:23:18 +0300 |
| commit | 96bad5d4a6d183892900b4181da956d339bc4fbe (patch) | |
| tree | 11fbaae71eb65d79ce931bfe21c9ddfc0e6d6e26 /scripts/checkstack.pl | |
| parent | 95815c0199d8419aeade3cdc988225993e9f11e7 (diff) | |
| download | linux-96bad5d4a6d183892900b4181da956d339bc4fbe.tar.xz | |
Staging: rtl8723bs: fix spaces in xmit_osdep.h
This commit fixes the following checkpatch.pl errors:
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#28: FILE: ./include/xmit_osdep.h:28:
+extern int _rtw_xmit_entry(struct sk_buff *pkt, struct net_device * pnetdev);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#29: FILE: ./include/xmit_osdep.h:29:
+extern 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-55-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/checkstack.pl')
0 files changed, 0 insertions, 0 deletions
