linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kmod: fix a typo "assuems" -> "assumes"
@ 2020-04-03  5:17 Qiujun Huang
  2020-04-03 13:53 ` Luis Chamberlain
  0 siblings, 1 reply; 2+ messages in thread
From: Qiujun Huang @ 2020-04-03  5:17 UTC (permalink / raw)
  To: mcgrof; +Cc: linux-kernel, Qiujun Huang

There is a typo in comment. Fix it.
s/assuems/assumes

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 kernel/kmod.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kmod.c b/kernel/kmod.c
index bc6addd..8b2b311 100644
--- a/kernel/kmod.c
+++ b/kernel/kmod.c
@@ -35,7 +35,7 @@
  *		       (u64) THREAD_SIZE * 8UL);
  *
  * If you need less than 50 threads would mean we're dealing with systems
- * smaller than 3200 pages. This assuems you are capable of having ~13M memory,
+ * smaller than 3200 pages. This assumes you are capable of having ~13M memory,
  * and this would only be an be an upper limit, after which the OOM killer
  * would take effect. Systems like these are very unlikely if modules are
  * enabled.
-- 
1.8.3.1


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

* Re: [PATCH] kmod: fix a typo "assuems" -> "assumes"
  2020-04-03  5:17 [PATCH] kmod: fix a typo "assuems" -> "assumes" Qiujun Huang
@ 2020-04-03 13:53 ` Luis Chamberlain
  0 siblings, 0 replies; 2+ messages in thread
From: Luis Chamberlain @ 2020-04-03 13:53 UTC (permalink / raw)
  To: Qiujun Huang, Andrew Morton; +Cc: linux-kernel

On Fri, Apr 03, 2020 at 01:17:09PM +0800, Qiujun Huang wrote:
> There is a typo in comment. Fix it.
> s/assuems/assumes
> 
> Signed-off-by: Qiujun Huang <hqjagain@gmail.com>

Acked-by: Luis Chamberlain <mcgrof@kernel.org>

  Luis

> ---
>  kernel/kmod.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/kmod.c b/kernel/kmod.c
> index bc6addd..8b2b311 100644
> --- a/kernel/kmod.c
> +++ b/kernel/kmod.c
> @@ -35,7 +35,7 @@
>   *		       (u64) THREAD_SIZE * 8UL);
>   *
>   * If you need less than 50 threads would mean we're dealing with systems
> - * smaller than 3200 pages. This assuems you are capable of having ~13M memory,
> + * smaller than 3200 pages. This assumes you are capable of having ~13M memory,
>   * and this would only be an be an upper limit, after which the OOM killer
>   * would take effect. Systems like these are very unlikely if modules are
>   * enabled.
> -- 
> 1.8.3.1
> 

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

end of thread, other threads:[~2020-04-03 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03  5:17 [PATCH] kmod: fix a typo "assuems" -> "assumes" Qiujun Huang
2020-04-03 13:53 ` Luis Chamberlain

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).