projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ed645
)
dma-mapping: fix a comment typo
author
Christoph Hellwig
<hch@lst.de>
Sat, 10 Feb 2018 08:43:49 +0000
(09:43 +0100)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 12 Feb 2018 15:59:08 +0000
(15:59 +0000)
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/dma-mapping.h
patch
|
blob
|
history
diff --git
a/include/linux/dma-mapping.h
b/include/linux/dma-mapping.h
index 34fe8463d10ea3be5df5fb27d80c51d663b94136..eb9eab4ecd6d7a050115b54ac81cde94f15e6591 100644
(file)
--- a/
include/linux/dma-mapping.h
+++ b/
include/linux/dma-mapping.h
@@
-578,7
+578,7
@@
static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
/*
* This is a hack for the legacy x86 forbid_dac and iommu_sac_force. Please
- * don't use this i
s
new code.
+ * don't use this i
n
new code.
*/
#ifndef arch_dma_supported
#define arch_dma_supported(dev, mask) (1)