X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-parisc%2Fdma.h;h=31ad0f05af3d4dec0a66bba5d02a118f748d5896;hb=3b470ac43fcd9848fa65e58e54875ad75be61cec;hp=da2cf373e31c54af3e746e95d87d08656299b518;hpb=d002ec481c24f325ed6cfcb7810d317c015dd1b5;p=powerpc.git diff --git a/include/asm-parisc/dma.h b/include/asm-parisc/dma.h index da2cf373e3..31ad0f05af 100644 --- a/include/asm-parisc/dma.h +++ b/include/asm-parisc/dma.h @@ -17,10 +17,10 @@ /* ** 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)