Commit 819b70ad authored by tangjianqiang's avatar tangjianqiang Committed by Christoph Hellwig
Browse files

dma-contiguous: fix a typo error in a comment



Fix a typo error in cma description comment: "then" -> "than".

Signed-off-by: default avatartangjianqiang <tangjianqiang@xiaomi.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 94035edc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *