summaryrefslogtreecommitdiffstats
path: root/kernel/dma
diff options
context:
space:
mode:
authortangjianqiang <wyqt1985@gmail.com>2020-11-24 18:40:19 +0800
committerChristoph Hellwig <hch@lst.de>2020-11-27 10:33:42 +0100
commit819b70ad620119d21a9e4be6ad665ece26fc0db8 (patch)
treeb8a442c8843d8fdac4b514e16a7bd03967512590 /kernel/dma
parent94035edcb4e3bbc9f445bee706722ef64e044095 (diff)
downloadlinux-819b70ad620119d21a9e4be6ad665ece26fc0db8.tar.bz2
dma-contiguous: fix a typo error in a comment
Fix a typo error in cma description comment: "then" -> "than". Signed-off-by: tangjianqiang <tangjianqiang@xiaomi.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'kernel/dma')
-rw-r--r--kernel/dma/contiguous.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/dma/contiguous.c b/kernel/dma/contiguous.c
index 16b95ff12e4d..3d63d91cba5c 100644
--- a/kernel/dma/contiguous.c
+++ b/kernel/dma/contiguous.c
@@ -20,7 +20,7 @@
* coders, etc.
*
* Such devices often require big memory buffers (a full HD frame
- * is, for instance, more then 2 mega pixels large, i.e. more than 6
+ * is, for instance, more than 2 mega pixels large, i.e. more than 6
* MB of memory), which makes mechanisms such as kmalloc() or
* alloc_page() ineffective.
*