Title: [7370] trunk/drivers/usb/musb/blackfin.h: musb: clean up grammar/style in blackfin anomaly info
Revision
7370
Author
vapier
Date
2009-09-17 14:01:44 -0400 (Thu, 17 Sep 2009)

Log Message

musb: clean up grammar/style in blackfin anomaly info

Modified Paths


Diff

Modified: trunk/drivers/usb/musb/blackfin.h (7369 => 7370)


--- trunk/drivers/usb/musb/blackfin.h	2009-09-17 07:50:23 UTC (rev 7369)
+++ trunk/drivers/usb/musb/blackfin.h	2009-09-17 18:01:44 UTC (rev 7370)
@@ -18,26 +18,24 @@
  *
  *  05000450 - USB DMA Mode 1 Short Packet Data Corruption:
  *             MUSB driver is designed to transfer buffer of N * maxpacket size
- *             in DMA mode 1 and leave rest data to the next transfer in DMA
- *             mode 0, so we never transmit a short packet in DMA mode 1.
+ *             in DMA mode 1 and leave the rest of the data to the next
+ *             transfer in DMA mode 0, so we never transmit a short packet in
+ *             DMA mode 1.
  *
- *  05000463 - This anomaly doesn't affect this driver,Since it
+ *  05000463 - This anomaly doesn't affect this driver since it
  *             never uses L1 or L2 memory as data destination.
  *
- *  05000464 - This anomaly doesn't affect this driver,Since it
+ *  05000464 - This anomaly doesn't affect this driver since it
  *             never uses L1 or L2 memory as data source.
  *
- *  05000465 - Actually,the anomaly still can be seen when SCLK
- *             is over 100 MHz,and there is no way to workaround
- *             for bulk endpoints,because the wMaxPackSize of bulk
- *             is less than or equal to 512,while the fifo size of
- *             endpoint 5,6,7 is 1024,the double buffer mode is
- *             enabled automatically when these endpoints are used
- *             for bulk OUT.
+ *  05000465 - The anomaly can be seen when SCLK is over 100 MHz, and there is
+ *             no way to workaround for bulk endpoints.  Since the wMaxPackSize
+ *             of bulk is less than or equal to 512, while the fifo size of
+ *             endpoint 5, 6, 7 is 1024, the double buffer mode is enabled
+ *             automatically when these endpoints are used for bulk OUT.
  *
- *  05000466 - This anomaly doesn't affect this driver,Since it
- *             never mixs concurrent DMA and core accesses to the
- *             TX endpoint FIFOs.
+ *  05000466 - This anomaly doesn't affect this driver since it never mixes
+ *             concurrent DMA and core accesses to the TX endpoint FIFOs.
  *
  *  05000467 - The workaround for this anomaly will introduce another
  *             anomaly - 05000465.
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to