Dan Carpenter <dan.carpenter@xxxxxxxxxx> writes: > Change the spelling from "consistend" to "consistent". > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > Documentation/scsi/ChangeLog.megaraid | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/scsi/ChangeLog.megaraid b/Documentation/scsi/ChangeLog.megaraid > index d2052fdbedd2..cbb329956897 100644 > --- a/Documentation/scsi/ChangeLog.megaraid > +++ b/Documentation/scsi/ChangeLog.megaraid > @@ -220,7 +220,7 @@ Older Version : 2.20.4.5 (scsi module), 2.20.2.5 (cmm module) > > 4. Use the pre defined DMA mask constants from dma-mapping.h > Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling > - pci_set_dma_mask() or pci_set_consistend_dma_mask(). See > + pci_set_dma_mask() or pci_set_consistent_dma_mask(). See > http://marc.theaimsgroup.com/?t=108001993000001&r=1&w=2 for more It's good to be consistent, so I've applied this, but I really wonder if this file needs to continue to exist at all...? Thanks, jon