diff options
author | tangjianqiang | 2020-11-24 18:40:19 +0800 |
---|---|---|
committer | Christoph Hellwig | 2020-11-27 10:33:42 +0100 |
commit | 819b70ad620119d21a9e4be6ad665ece26fc0db8 (patch) | |
tree | b8a442c8843d8fdac4b514e16a7bd03967512590 /kernel | |
parent | 94035edcb4e3bbc9f445bee706722ef64e044095 (diff) |
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')
-rw-r--r-- | kernel/dma/contiguous.c | 2 |
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. * |