public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Hayato Suzuki <hytszk@gmail.com>, trivial@kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [trivial] treewide:Fix typo Kconfig
Date: Mon, 30 Dec 2013 09:48:44 -0800	[thread overview]
Message-ID: <52C1B1FC.6030703@infradead.org> (raw)
In-Reply-To: <1388421772-3149-1-git-send-email-hytszk@gmail.com>

On 12/30/13 08:42, Hayato Suzuki wrote:
> Correct spelling typo in Kconfig.
> 
> Signed-off-by: Hayato Suzuki <hytszk@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  arch/x86/crypto/aesni-intel_avx.S | 8 ++++----
>  crypto/Kconfig                    | 2 +-
>  init/Kconfig                      | 2 +-
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/x86/crypto/aesni-intel_avx.S b/arch/x86/crypto/aesni-intel_avx.S
> index 522ab68..3f202c2 100644
> --- a/arch/x86/crypto/aesni-intel_avx.S
> +++ b/arch/x86/crypto/aesni-intel_avx.S
> @@ -1282,7 +1282,7 @@ _zero_cipher_left\@:
>  
>          je      _multiple_of_16_bytes\@
>  
> -        # handle the last <16 Byte block seperately
> +        # handle the last <16 Byte block separately
>  
>  
>          vpaddd   ONE(%rip), %xmm9, %xmm9             # INCR CNT to get Yn
> @@ -1308,7 +1308,7 @@ _only_less_than_16\@:
>  
>          je      _multiple_of_16_bytes\@
>  
> -        # handle the last <16 Byte block seperately
> +        # handle the last <16 Byte block separately
>  
>  
>          vpaddd  ONE(%rip), %xmm9, %xmm9              # INCR CNT to get Yn
> @@ -2559,7 +2559,7 @@ _zero_cipher_left\@:
>  
>          je      _multiple_of_16_bytes\@
>  
> -        # handle the last <16 Byte block seperately
> +        # handle the last <16 Byte block separately
>  
>  
>          vpaddd   ONE(%rip), %xmm9, %xmm9             # INCR CNT to get Yn
> @@ -2585,7 +2585,7 @@ _only_less_than_16\@:
>  
>          je      _multiple_of_16_bytes\@
>  
> -        # handle the last <16 Byte block seperately
> +        # handle the last <16 Byte block separately
>  
>  
>          vpaddd  ONE(%rip), %xmm9, %xmm9              # INCR CNT to get Yn
> diff --git a/crypto/Kconfig b/crypto/Kconfig
> index 7bcb70d..ceb085e 100644
> --- a/crypto/Kconfig
> +++ b/crypto/Kconfig
> @@ -1120,7 +1120,7 @@ config CRYPTO_SERPENT_SSE2_X86_64
>  	  Keys are allowed to be from 0 to 256 bits in length, in steps
>  	  of 8 bits.
>  
> -	  This module provides Serpent cipher algorithm that processes eigth
> +	  This module provides Serpent cipher algorithm that processes eight
>  	  blocks parallel using SSE2 instruction set.
>  
>  	  See also:
> diff --git a/init/Kconfig b/init/Kconfig
> index 8d402e3..46b5089 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -523,7 +523,7 @@ config CONTEXT_TRACKING_FORCE
>  	  dynticks working.
>  
>  	  This option stands for testing when an arch implements the
> -	  context tracking backend but doesn't yet fullfill all the
> +	  context tracking backend but doesn't yet fulfill all the
>  	  requirements to make the full dynticks feature working.
>  	  Without the full dynticks, there is no way to test the support
>  	  for context tracking and the subsystems that rely on it: RCU
> 


-- 
~Randy

      reply	other threads:[~2013-12-30 17:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-29  0:15 [PATCH 3/3] [trivial] treewide:Fix typo Kconfig Hayato Suzuki
2013-12-29  0:54 ` Randy Dunlap
2013-12-30 16:42   ` [PATCH] " Hayato Suzuki
2013-12-30 17:48     ` Randy Dunlap [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=52C1B1FC.6030703@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=hytszk@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@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