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:
David Kilroy 2009-08-19 00:44:43 +01:00 committed by John W. Linville
parent 415ad1efae
commit 30fab9e0ae

View File

@ -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);