Skip to content

Commit ecc2dc5

Browse files
author
Christoph Hellwig
committed
dma-mapping: fix a comment typo
Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 42ed645 commit ecc2dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/dma-mapping.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
578578

579579
/*
580580
* This is a hack for the legacy x86 forbid_dac and iommu_sac_force. Please
581-
* don't use this is new code.
581+
* don't use this in new code.
582582
*/
583583
#ifndef arch_dma_supported
584584
#define arch_dma_supported(dev, mask) (1)

0 commit comments

Comments
 (0)