linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: Qiujun Huang <hqjagain@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kmod: fix a typo "assuems" -> "assumes"
Date: Fri, 3 Apr 2020 13:53:11 +0000	[thread overview]
Message-ID: <20200403135311.GN11244@42.do-not-panic.com> (raw)
In-Reply-To: <1585891029-6450-1-git-send-email-hqjagain@gmail.com>

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
> 

      reply	other threads:[~2020-04-03 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03  5:17 [PATCH] kmod: fix a typo "assuems" -> "assumes" Qiujun Huang
2020-04-03 13:53 ` Luis Chamberlain [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200403135311.GN11244@42.do-not-panic.com \
    --to=mcgrof@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=hqjagain@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).