I just fixed a few trailing whitespaces from io.c. Signed-off-by: Sangho Yi <antiroot@xxxxxxxxx> --- 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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel