Fix misc .c/.h comment typos
Fix various .c/.h typos in comments (no code changes). Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:

committed by
Adrian Bunk

parent
3cb2fccc5f
commit
0779bf2d2e
@@ -75,7 +75,7 @@
|
||||
** If a device prefetches beyond the end of a valid pdir entry, it will cause
|
||||
** a hard failure, ie. MCA. Version 3.0 and later of the zx1 LBA should
|
||||
** disconnect on 4k boundaries and prevent such issues. If the device is
|
||||
** particularly agressive, this option will keep the entire pdir valid such
|
||||
** particularly aggressive, this option will keep the entire pdir valid such
|
||||
** that prefetching will hit a valid address. This could severely impact
|
||||
** error containment, and is therefore off by default. The page that is
|
||||
** used for spill-over is poisoned, so that should help debugging somewhat.
|
||||
@@ -258,10 +258,10 @@ static u64 prefetch_spill_page;
|
||||
|
||||
/*
|
||||
** 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*iovp_size)
|
||||
|
||||
|
Reference in New Issue
Block a user