Title: [7209] trunk/drivers/mmc/host/bfin_sdh.c: bug[#2424]add space around punctuation in the comments
Revision
7209
Author
cliff
Date
2009-08-18 22:32:22 -0400 (Tue, 18 Aug 2009)

Log Message

bug[#2424]add space around punctuation in the comments

Modified Paths

Diff

Modified: trunk/drivers/mmc/host/bfin_sdh.c (7208 => 7209)


--- trunk/drivers/mmc/host/bfin_sdh.c	2009-08-19 02:26:22 UTC (rev 7208)
+++ trunk/drivers/mmc/host/bfin_sdh.c	2009-08-19 02:32:22 UTC (rev 7209)
@@ -568,8 +568,8 @@
 	bfin_write_SDH_CFG(bfin_read_SDH_CFG() | CLKS_EN);
 	SSYNC();
 
-	/* Disable card inserting detection pin.It's not that useful,since
-	 * we can't detect removal,and it will affect card detection on BF51x.
+	/* Disable card inserting detection pin. It's not that useful, since
+	 * we can't detect removal, and it will affect card detection on BF51x.
 	 */
 	bfin_write_SDH_CFG((bfin_read_SDH_CFG() & 0x1F) | 0x60);
 	SSYNC();
@@ -647,8 +647,8 @@
 #endif
 	bfin_write_SDH_CFG(bfin_read_SDH_CFG() | CLKS_EN);
 	SSYNC();
-	/* Disable card inserting detection pin.It's not that useful,since
-	 * we can't detect removal,and it will affect card detection on BF51x.
+	/* Disable card inserting detection pin. It's not that useful, since
+	 * we can't detect removal, and it will affect card detection on BF51x.
 	 */
 	bfin_write_SDH_CFG((bfin_read_SDH_CFG() & 0x1F) | 0x60);
 	SSYNC();
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to