Skip to content

Commit 819b70a

Browse files
tangjianqiangChristoph Hellwig
authored andcommitted
dma-contiguous: fix a typo error in a comment
Fix a typo error in cma description comment: "then" -> "than". Signed-off-by: tangjianqiang <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 94035ed commit 819b70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/dma/contiguous.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* coders, etc.
2121
*
2222
* Such devices often require big memory buffers (a full HD frame
23-
* is, for instance, more then 2 mega pixels large, i.e. more than 6
23+
* is, for instance, more than 2 mega pixels large, i.e. more than 6
2424
* MB of memory), which makes mechanisms such as kmalloc() or
2525
* alloc_page() ineffective.
2626
*

0 commit comments

Comments
 (0)