diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-08-19 00:44:43 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-20 11:36:07 -0400 |
commit | 30fab9e0aecf15ca79bb194bb603203f5e1fde66 (patch) | |
tree | 2fb5762a1ac908f20792a43369241440bdd3b46d | |
parent | 415ad1efae1d5fe00d739e612d262eabda90f5e8 (diff) | |
download | linux-stable-30fab9e0aecf15ca79bb194bb603203f5e1fde66.tar.gz linux-stable-30fab9e0aecf15ca79bb194bb603203f5e1fde66.tar.bz2 linux-stable-30fab9e0aecf15ca79bb194bb603203f5e1fde66.zip |
orinoco: remove spare whitespace
Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/orinoco/wext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/wext.c b/drivers/net/wireless/orinoco/wext.c index 3e56f7643df5..7698fdd6a3a2 100644 --- a/drivers/net/wireless/orinoco/wext.c +++ b/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) return -EBUSY; - priv->ibss_port = val ; + priv->ibss_port = val; /* Actually update the mode we are using */ set_port_type(priv); |