diff options
| author | Marco Cesati <marcocesati@gmail.com> | 2021-03-15 20:06:08 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-16 14:23:17 +0300 |
| commit | 310cebf6b0b2e96cae3a344ef022064465a22c9f (patch) | |
| tree | 2e667a90ad3ec90c5971d59508ae27129df3f83d /scripts | |
| parent | a8b9d86cde126f03b4ab06d8d1151858a23191a3 (diff) | |
| download | linux-310cebf6b0b2e96cae3a344ef022064465a22c9f.tar.xz | |
Staging: rtl8723bs: fix spaces in osdep_service.h
This commit fixes the following checkpatch.pl errors:
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#97: FILE: ./include/osdep_service.h:97:
+int _rtw_netif_rx(struct net_device * ndev, struct sk_buff *skb);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#145: FILE: ./include/osdep_service.h:145:
+extern void rtw_free_netdev(struct net_device * netdev);
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210315170618.2566-48-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
