diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-14 22:53:41 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:07:28 -0500 |
commit | 7e226272fcf9c1ec8b67fac995ce4227f4f76971 (patch) | |
tree | 1eaa955793494207f5651cdb78078b9db4c34fb1 /drivers/net/wireless/libertas/if_sdio.c | |
parent | eae86bf378de981696697426831bd9db68930740 (diff) |
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 @@ | |||
19 | * current block size. | 19 | * current block size. |
20 | * | 20 | * |
21 | * As SDIO is still new to the kernel, it is unfortunately common with | 21 | * As SDIO is still new to the kernel, it is unfortunately common with |
22 | * bugs in the host controllers related to that. One such bug is that | 22 | * bugs in the host controllers related to that. One such bug is that |
23 | * controllers cannot do transfers that aren't a multiple of 4 bytes. | 23 | * controllers cannot do transfers that aren't a multiple of 4 bytes. |
24 | * If you don't have time to fix the host controller driver, you can | 24 | * If you don't have time to fix the host controller driver, you can |
25 | * work around the problem by modifying if_sdio_host_to_card() and | 25 | * work around the problem by modifying if_sdio_host_to_card() and |