mirror of https://gitee.com/openkylin/linux.git
orinoco: remove spare whitespace
Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
415ad1efae
commit
30fab9e0ae
|
@ -1291,7 +1291,7 @@ static int orinoco_ioctl_setibssport(struct net_device *dev,
|
||||||
if (orinoco_lock(priv, &flags) != 0)
|
if (orinoco_lock(priv, &flags) != 0)
|
||||||
return -EBUSY;
|
return -EBUSY;
|
||||||
|
|
||||||
priv->ibss_port = val ;
|
priv->ibss_port = val;
|
||||||
|
|
||||||
/* Actually update the mode we are using */
|
/* Actually update the mode we are using */
|
||||||
set_port_type(priv);
|
set_port_type(priv);
|
||||||
|
|
Loading…
Reference in New Issue