lkml.org 
[lkml]   [2012]   [Oct]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 03/14] staging: csr: Removed trailing whitespaces on io.c
Date
I just fixed a few trailing whitespaces from io.c.

Signed-off-by: Sangho Yi <antiroot@gmail.com>
---
drivers/staging/csr/io.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c
index b8556c4..b589408 100644
--- a/drivers/staging/csr/io.c
+++ b/drivers/staging/csr/io.c
@@ -10,7 +10,7 @@
* recognise a UniFi being added to the system. This is because sdioemb
* does not register itself as a device_driver, it uses it's own code
* to handle insert and remove.
- * To have Ubuntu recognise UniFi, edit
+ * To have Ubuntu recognise UniFi, edit
* /etc/udev/rules.d/85-ifupdown.rules
* to change this line:
* SUBSYSTEM=="net", DRIVERS=="?*", GOTO="net_start"
@@ -178,7 +178,7 @@ uf_register_netdev(unifi_priv_t *priv, int interfaceTag)

#ifdef CSR_SUPPORT_SME
/*
- * Register the inet handler;
+ * Register the inet handler;
* it notifies us for changes in the IP address.
*/
uf_register_inet_notifier();
@@ -316,7 +316,7 @@ register_unifi_sdio(CsrSdioFunction *sdio_dev, int bus_id, struct device *dev)
Unifi_instances[bus_id] = priv;
In_use[bus_id] = UNIFI_DEV_IN_USE;

- /* Save the netdev_priv for use by
+ /* Save the netdev_priv for use by
* the netdev event callback mechanism */
Unifi_netdev_instances[bus_id * CSR_WIFI_NUM_INTERFACES] =
netdev_priv(priv->netdev[0]);
--
1.7.9.5


\
 
 \ /
  Last update: 2012-10-15 20:42    [W:0.060 / U:1.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site