diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-15 06:53:41 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 02:07:28 +0300 |
commit | 7e226272fcf9c1ec8b67fac995ce4227f4f76971 (patch) | |
tree | 1eaa955793494207f5651cdb78078b9db4c34fb1 /drivers/net/wireless/libertas/if_sdio.c | |
parent | eae86bf378de981696697426831bd9db68930740 (diff) | |
download | linux-7e226272fcf9c1ec8b67fac995ce4227f4f76971.tar.xz |
libertas: kill whitespace at end of lines
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/if_sdio.c')
-rw-r--r-- | drivers/net/wireless/libertas/if_sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/if_sdio.c b/drivers/net/wireless/libertas/if_sdio.c index 7f829c86c45d..9225546b9d48 100644 --- a/drivers/net/wireless/libertas/if_sdio.c +++ b/drivers/net/wireless/libertas/if_sdio.c @@ -19,7 +19,7 @@ * current block size. * * As SDIO is still new to the kernel, it is unfortunately common with - * bugs in the host controllers related to that. One such bug is that + * bugs in the host controllers related to that. One such bug is that * controllers cannot do transfers that aren't a multiple of 4 bytes. * If you don't have time to fix the host controller driver, you can * work around the problem by modifying if_sdio_host_to_card() and |