* [PATCH] orinoco: remove spare whitespace
@ 2009-08-18 23:44 David Kilroy
0 siblings, 0 replies; only message in thread
From: David Kilroy @ 2009-08-18 23:44 UTC (permalink / raw)
To: linux-wireless; +Cc: David Kilroy
Signed-off-by: David Kilroy <kilroyd@googlemail.com>
---
Noticed while investigating false positive sparse complaint.
Really trivial.
---
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 3e56f76..7698fdd 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);
--
1.6.3.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-18 23:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-18 23:44 [PATCH] orinoco: remove spare whitespace David Kilroy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox