linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dma-contiguous: fix a typo error in cma comment.
@ 2020-11-24 10:40 tangjianqiang
  2020-11-24 13:44 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: tangjianqiang @ 2020-11-24 10:40 UTC (permalink / raw)
  To: Christoph Hellwig, Marek Szyprowski, Robin Murphy
  Cc: liommu, linux-kernel, tangjianqiang

fix a typo error in cma description comment.

"then" -> "than"

Signed-off-by: tangjianqiang <tangjianqiang@xiaomi.com>
---
 kernel/dma/contiguous.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/dma/contiguous.c b/kernel/dma/contiguous.c
index 16b95ff..3d63d91 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.
  *
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dma-contiguous: fix a typo error in cma comment.
  2020-11-24 10:40 [PATCH] dma-contiguous: fix a typo error in cma comment tangjianqiang
@ 2020-11-24 13:44 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2020-11-24 13:44 UTC (permalink / raw)
  To: tangjianqiang
  Cc: Christoph Hellwig, Marek Szyprowski, Robin Murphy, liommu,
	linux-kernel, tangjianqiang

Thanks, applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-24 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 10:40 [PATCH] dma-contiguous: fix a typo error in cma comment tangjianqiang
2020-11-24 13:44 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).