]> Git Repo - J-linux.git/commitdiff
dma-contiguous: fix a typo error in a comment
authortangjianqiang <[email protected]>
Tue, 24 Nov 2020 10:40:19 +0000 (18:40 +0800)
committerChristoph Hellwig <[email protected]>
Fri, 27 Nov 2020 09:33:42 +0000 (10:33 +0100)
Fix a typo error in cma description comment: "then" -> "than".

Signed-off-by: tangjianqiang <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
kernel/dma/contiguous.c

index 16b95ff12e4df30f19054545fd91c2e92f0f5d6c..3d63d91cba5cf2ab18888edfceec2d2da120998a 100644 (file)
@@ -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.
  *
This page took 0.054226 seconds and 4 git commands to generate.