mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
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)
|
||||
return -EBUSY;
|
||||
|
||||
priv->ibss_port = val ;
|
||||
priv->ibss_port = val;
|
||||
|
||||
/* Actually update the mode we are using */
|
||||
set_port_type(priv);
|
||||
|
Loading…
Reference in New Issue
Block a user