diff options
| author | Marco Cesati <[email protected]> | 2021-03-15 18:06:15 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-16 12:23:18 +0100 |
| commit | 96bad5d4a6d183892900b4181da956d339bc4fbe (patch) | |
| tree | 11fbaae71eb65d79ce931bfe21c9ddfc0e6d6e26 /tools/perf/scripts/python/netdev-times.py | |
| parent | 95815c0199d8419aeade3cdc988225993e9f11e7 (diff) | |
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 <[email protected]>
Signed-off-by: Marco Cesati <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions