projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
415ad1e
)
orinoco: remove spare whitespace
author
David Kilroy
<kilroyd@googlemail.com>
Tue, 18 Aug 2009 23:44:43 +0000
(
00:44
+0100)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 20 Aug 2009 15:36:07 +0000
(11:36 -0400)
Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/orinoco/wext.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/orinoco/wext.c
b/drivers/net/wireless/orinoco/wext.c
index 3e56f7643df573df26405ec9651a438bcf8e3004..7698fdd6a3a23e721550a73215e05d15d1ef04a5 100644
(file)
--- 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);