Title: [6436] trunk/drivers/mtd/chips/cfi_cmdset_0001.c: tweak comments to match what was merged into mainline
Revision
6436
Author
vapier
Date
2009-05-20 19:53:52 -0500 (Wed, 20 May 2009)

Log Message

tweak comments to match what was merged into mainline

Modified Paths


Diff

Modified: trunk/drivers/mtd/chips/cfi_cmdset_0001.c (6435 => 6436)


--- trunk/drivers/mtd/chips/cfi_cmdset_0001.c	2009-05-21 00:37:01 UTC (rev 6435)
+++ trunk/drivers/mtd/chips/cfi_cmdset_0001.c	2009-05-21 00:53:52 UTC (rev 6436)
@@ -1237,12 +1237,12 @@
 			spin_lock(chip->mutex);
 		}
 		if (chip->erase_suspended && chip_state == FL_ERASING)  {
-			/* Erase suspend has occured while sleep: reset timeout */
+			/* Erase suspend occured while sleep: reset timeout */
 			timeo = reset_timeo;
 			chip->erase_suspended = 0;
 		}
 		if (chip->write_suspended && chip_state == FL_WRITING)  {
-			/* Write suspend has occured while sleep: reset timeout */
+			/* Write suspend occured while sleep: reset timeout */
 			timeo = reset_timeo;
 			chip->write_suspended = 0;
 		}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to