Skip to content

Commit b559a1c

Browse files
Marco Cesatigregkh
authored andcommitted
Staging: rtl8723bs: fix spaces in os_intfs.c
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#208: FILE: ./os_dep/os_intfs.c:208: +static void loadparam(struct adapter *padapter, 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]>
1 parent 96bad5d commit b559a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8723bs/os_dep/os_intfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ int _netdev_open(struct net_device *pnetdev);
205205
int netdev_open(struct net_device *pnetdev);
206206
static int netdev_close(struct net_device *pnetdev);
207207

208-
static void loadparam(struct adapter *padapter, struct net_device * pnetdev)
208+
static void loadparam(struct adapter *padapter, struct net_device *pnetdev)
209209
{
210210
struct registry_priv *registry_par = &padapter->registrypriv;
211211

0 commit comments

Comments
 (0)