summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_mci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-13 04:52:19 +0000
committerimp <imp@FreeBSD.org>2012-06-13 04:52:19 +0000
commit8839854e9395697ca22da00ae9b9ed0f0021e04a (patch)
treea01d1deb378caf31cfcf5f280a3320f24e6561b8 /sys/arm/at91/at91_mci.c
parent636759d6c06739a9a1f43d9f0dbd149434b9c98f (diff)
downloadFreeBSD-src-8839854e9395697ca22da00ae9b9ed0f0021e04a.zip
FreeBSD-src-8839854e9395697ca22da00ae9b9ed0f0021e04a.tar.gz
Strip trailing whitespace before other changes.
Diffstat (limited to 'sys/arm/at91/at91_mci.c')
-rw-r--r--sys/arm/at91/at91_mci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/at91/at91_mci.c b/sys/arm/at91/at91_mci.c
index 9735bab..f69477e 100644
--- a/sys/arm/at91/at91_mci.c
+++ b/sys/arm/at91/at91_mci.c
@@ -155,8 +155,8 @@ at91_mci_init(device_t dev)
#ifndef AT91_MCI_SLOT_B
WR4(sc, MCI_SDCR, 0); /* SLOT A, 1 bit bus */
#else
- /* XXX Really should add second "unit" but nobody using using
- * a two slot card that we know of. XXX */
+ /* XXX Really should add second "unit" but nobody using using
+ * a two slot card that we know of. -- except they are... XXX */
WR4(sc, MCI_SDCR, 1); /* SLOT B, 1 bit bus */
#endif
}
OpenPOWER on IntegriCloud