Ver Fonte

orinoco: remove spare whitespace

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
David Kilroy há 16 anos atrás
pai
commit
30fab9e0ae
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/net/wireless/orinoco/wext.c

+ 1 - 1
drivers/net/wireless/orinoco/wext.c

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