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