Title: [8984] trunk/drivers/mmc/host/mmc_spi.c: Fix typo
Revision
8984
Author
sonicz
Date
2010-07-12 03:49:58 -0400 (Mon, 12 Jul 2010)

Log Message

Fix typo

Modified Paths


Diff

Modified: trunk/drivers/mmc/host/mmc_spi.c (8983 => 8984)


--- trunk/drivers/mmc/host/mmc_spi.c	2010-07-12 01:24:01 UTC (rev 8983)
+++ trunk/drivers/mmc/host/mmc_spi.c	2010-07-12 07:49:58 UTC (rev 8984)
@@ -1099,8 +1099,8 @@
 		mmc_spi_data_do(host, mrq->cmd, mrq->data, mrq->data->blksz);
 
 		/*
-		 * SPI bus is not reliable when doing large dada transfer.
-		 * If occational crc error is reported by SD device when do
+		 * SPI bus is not reliable when doing large data transfer.
+		 * If occasional crc error is reported by SD device when do
 		 * data read/write over SPI, it can be recovered by doing
 		 * last SD command again. The retry count is set to 5 to
 		 * ensure the driver pass any stress test.
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to