]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/dma.h
powerpc: Fallout from sysdev API changes
[linux-2.6-omap-h63xx.git] / include / asm-parisc / dma.h
index da2cf373e31c54af3e746e95d87d08656299b518..31ad0f05af3d4dec0a66bba5d02a118f748d5896 100644 (file)
 
 /*
 ** DMA_CHUNK_SIZE is used by the SCSI mid-layer to break up
-** (or rather not merge) DMA's into managable chunks.
+** (or rather not merge) DMAs into manageable chunks.
 ** On parisc, this is more of the software/tuning constraint
-** rather than the HW. I/O MMU allocation alogorithms can be
-** faster with smaller size is (to some degree).
+** rather than the HW. I/O MMU allocation algorithms can be
+** faster with smaller sizes (to some degree).
 */
 #define DMA_CHUNK_SIZE (BITS_PER_LONG*PAGE_SIZE)