mbox series

[0/6] crypto: delete or fix duplicated words

Message ID 20200731023924.8829-1-rdunlap@infradead.org (mailing list archive)
Headers show
Series crypto: delete or fix duplicated words | expand

Message

Randy Dunlap July 31, 2020, 2:39 a.m. UTC
Drop doubled words or fix them to what they should be.


Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org

 crypto/algif_aead.c                   |    2 +-
 crypto/asymmetric_keys/pkcs7_parser.h |    2 +-
 crypto/crc32c_generic.c               |    4 ++--
 crypto/crct10dif_generic.c            |    2 +-
 crypto/crypto_engine.c                |    2 +-
 crypto/tcrypt.c                       |    4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

Comments

Herbert Xu Aug. 21, 2020, 7:55 a.m. UTC | #1
On Thu, Jul 30, 2020 at 07:39:18PM -0700, Randy Dunlap wrote:
> Drop doubled words or fix them to what they should be.
> 
> 
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: linux-crypto@vger.kernel.org
> 
>  crypto/algif_aead.c                   |    2 +-
>  crypto/asymmetric_keys/pkcs7_parser.h |    2 +-
>  crypto/crc32c_generic.c               |    4 ++--
>  crypto/crct10dif_generic.c            |    2 +-
>  crypto/crypto_engine.c                |    2 +-
>  crypto/tcrypt.c                       |    4 ++--
>  6 files changed, 8 insertions(+), 8 deletions(-)

Patches 1,3-6 applied.  Thanks.