From patchwork Fri Jul 31 02:39:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11693903 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3BF1D722 for ; Fri, 31 Jul 2020 02:39:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 24B5A208E4 for ; Fri, 31 Jul 2020 02:39:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="eHOCE6na" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731187AbgGaCje (ORCPT ); Thu, 30 Jul 2020 22:39:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54700 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730904AbgGaCjd (ORCPT ); Thu, 30 Jul 2020 22:39:33 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62CBEC061575; Thu, 30 Jul 2020 19:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=bLNhGelRV1dGxFjBBULp6vMKJECZqGyT7EMALWJ4atg=; b=eHOCE6nacGkcOipLlZauA05XUf Utow6SgUolC3TuSQX7kgjLTNRIXQnRqv1IvOzNTj1xZAUrJDBhtgG1YYSI5DdjdP1Q/yHi1S2Uldx wtjxe0TUThm4qWZ2tjE/3zDKzhAt05dU891HlpLnZPU6mLpgI2hiK6CknDvUjxvKbrx5jSNcdgjG6 Qt2yRnqvQ4Tr//+BNHjNrdzrE6IcTYGqIrgsg0uJ9zesqqTWGOTi8Qknu4UuNiXoTYyEyZjpQ8KaT gDBoDi5C/Q0+uy4l7kMhFDP8ts9CxlRvEqh6g3GWFQS6dnvGUC7b8rUNeIwkjhHQoB5YeXzDmix96 CrP9meiw==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1KxG-0001o3-VT; Fri, 31 Jul 2020 02:39:31 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org Subject: [PATCH 1/6] crypto: algif_aead: delete duplicated word Date: Thu, 30 Jul 2020 19:39:19 -0700 Message-Id: <20200731023924.8829-2-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200731023924.8829-1-rdunlap@infradead.org> References: <20200731023924.8829-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Drop the doubled word "is". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org --- crypto/algif_aead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200730.orig/crypto/algif_aead.c +++ linux-next-20200730/crypto/algif_aead.c @@ -120,7 +120,7 @@ static int _aead_recvmsg(struct socket * /* * Make sure sufficient data is present -- note, the same check is - * is also present in sendmsg/sendpage. The checks in sendpage/sendmsg + * also present in sendmsg/sendpage. The checks in sendpage/sendmsg * shall provide an information to the data sender that something is * wrong, but they are irrelevant to maintain the kernel integrity. * We need this check here too in case user space decides to not honor From patchwork Fri Jul 31 02:39:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11693901 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 14B0B6C1 for ; Fri, 31 Jul 2020 02:39:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E75B8208E4 for ; Fri, 31 Jul 2020 02:39:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="MqrBpIlo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731199AbgGaCjh (ORCPT ); Thu, 30 Jul 2020 22:39:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730904AbgGaCjg (ORCPT ); Thu, 30 Jul 2020 22:39:36 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3949C061574; Thu, 30 Jul 2020 19:39:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=o7QUoER83xD6p0fZNpUapCM4TWj0xvsfJPvwt6jf7J8=; b=MqrBpIlo1BCpyDba2e4kDavou0 J/LzoVXUXNKwLroe4/b7yxBgjHjiH42bmbZra+EX/iwbUE8g9Ox22ASYEHVyBjfp/Ds+cTDeLMOvP ay5Sgxo5S5+IZD16D6dlGa60qIGO4Uz6TbSoErVOF0hOcjB7BhzIph90StZX0Sx67SNDn5RJmoR9H eFTn3KN17t6wLZh37KJhXrZp7J5GnnoLj55vYarvlWStdtTlOca76OE6lGy8zYoA1Y/12F3XstUa0 4C0x3yeoFzO3Y2UnXOE7qyLU0AxCC1Vj78aDHERNsGtVTV+QtnCrQSwv69ndgGdma5PGWuFWRKApV 0sUBAubA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1KxJ-0001o3-9J; Fri, 31 Jul 2020 02:39:33 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org Subject: [PATCH 2/6] crypto: asymmetric_keys: pkcs7_parser: delete duplicated word Date: Thu, 30 Jul 2020 19:39:20 -0700 Message-Id: <20200731023924.8829-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200731023924.8829-1-rdunlap@infradead.org> References: <20200731023924.8829-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org --- crypto/asymmetric_keys/pkcs7_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200730.orig/crypto/asymmetric_keys/pkcs7_parser.h +++ linux-next-20200730/crypto/asymmetric_keys/pkcs7_parser.h @@ -41,7 +41,7 @@ struct pkcs7_signed_info { * * This contains the generated digest of _either_ the Content Data or * the Authenticated Attributes [RFC2315 9.3]. If the latter, one of - * the attributes contains the digest of the the Content Data within + * the attributes contains the digest of the Content Data within * it. * * THis also contains the issuing cert serial number and issuer's name From patchwork Fri Jul 31 02:39:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11693893 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AE1736C1 for ; Fri, 31 Jul 2020 02:39:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 928BB2083E for ; Fri, 31 Jul 2020 02:39:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="23JfjDvp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731210AbgGaCjj (ORCPT ); Thu, 30 Jul 2020 22:39:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731207AbgGaCji (ORCPT ); Thu, 30 Jul 2020 22:39:38 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00768C061574; Thu, 30 Jul 2020 19:39:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=nAwGJbGD9Vb5v2k49cLmhDx+FAbuItffPxLC9vlnAvQ=; b=23JfjDvpxR3paHw+38p8Nl4u7T 9DomD5RVkmycDvre8pgOpSlp1Hkl1vE4Byxtxs85jwiz3vEjjcahJyz1HsqtdPHW7vVpZmTq9gLoV d1BsGTouoKoLFFWfBGSFZWabOjV4Wqv5RsEXgw3y3fVRlj699ZvymgstMkAwDCZDOIDpLplFjQuAG KOPbxJkdrSto8DQjjwntsm2RfkkKdRj1h1jFJrI7v9Ik6FisRgHcz8EfQ0bEXSqAXadYA87bBhIZS a/8jo04t4hfxvMBHyM2Qn5uNjpFodFYNH/tsP2/oSpG7KBkxdmhTBt/KlgZIJ9k9zke43uVr5+VVy cPb24Bug==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1KxL-0001o3-L7; Fri, 31 Jul 2020 02:39:36 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org Subject: [PATCH 3/6] crypto: crc32c_generic: delete and fix duplicated words Date: Thu, 30 Jul 2020 19:39:21 -0700 Message-Id: <20200731023924.8829-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200731023924.8829-1-rdunlap@infradead.org> References: <20200731023924.8829-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Drop the doubled word "the". Change "at at" to "at a". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org --- crypto/crc32c_generic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200730.orig/crypto/crc32c_generic.c +++ linux-next-20200730/crypto/crc32c_generic.c @@ -15,7 +15,7 @@ * pages = {}, * month = {June}, *} - * Used by the iSCSI driver, possibly others, and derived from the + * Used by the iSCSI driver, possibly others, and derived from * the iscsi-crc.c module of the linux-iscsi driver at * http://linux-iscsi.sourceforge.net. * @@ -50,7 +50,7 @@ struct chksum_desc_ctx { }; /* - * Steps through buffer one byte at at time, calculates reflected + * Steps through buffer one byte at a time, calculates reflected * crc using table. */ From patchwork Fri Jul 31 02:39:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11693895 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0A746722 for ; Fri, 31 Jul 2020 02:39:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D784B2083E for ; Fri, 31 Jul 2020 02:39:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ogZPYgFd" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731225AbgGaCjo (ORCPT ); Thu, 30 Jul 2020 22:39:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731217AbgGaCjk (ORCPT ); Thu, 30 Jul 2020 22:39:40 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BECBC061574; Thu, 30 Jul 2020 19:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=f900H8c+KYErATjznBpwypz8SH4NznsR3P2MZwYyTNw=; b=ogZPYgFddo0tjP88JCxC0Jb07a JFK74msUHAiuz3h5xqFgX04Oj1m7XZT3hECBNSVY9MYb1/QQugtmWTtVhz/e60OlZwCimPg3UWg8o xrF7yh+k02bKKmPmeYNsyxAwRwMeWG5enHkDKVzmTpTys6jigCY+a8YiyHOPzSmGvYJnV3DEWtzmo AvPMZd0DWBcf5u4e/zXosm/6jisHJXKRZSK305OWSMJI/8ASbmdgG200npBGfdo8Y58io/nRQuaBk iex9LQietkg0bos7Bo+dr6aEMtgOytzGzLiehJFT98CmjL6Gpu2Y9Ig0rZkQNW9dcWSh6zq8Gwnf4 /hdX/4Tw==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1KxN-0001o3-Vs; Fri, 31 Jul 2020 02:39:38 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org Subject: [PATCH 4/6] crypto: crct10dif_generic: fix duplicated words Date: Thu, 30 Jul 2020 19:39:22 -0700 Message-Id: <20200731023924.8829-5-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200731023924.8829-1-rdunlap@infradead.org> References: <20200731023924.8829-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Change the doubled word "at" to "at a". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org --- crypto/crct10dif_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200730.orig/crypto/crct10dif_generic.c +++ linux-next-20200730/crypto/crct10dif_generic.c @@ -35,7 +35,7 @@ struct chksum_desc_ctx { }; /* - * Steps through buffer one byte at at time, calculates reflected + * Steps through buffer one byte at a time, calculates reflected * crc using table. */ From patchwork Fri Jul 31 02:39:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11693899 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9E5D46C1 for ; Fri, 31 Jul 2020 02:39:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8521D208E4 for ; Fri, 31 Jul 2020 02:39:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="WWILb9yZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731222AbgGaCjo (ORCPT ); Thu, 30 Jul 2020 22:39:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731207AbgGaCjn (ORCPT ); Thu, 30 Jul 2020 22:39:43 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B51CDC061575; Thu, 30 Jul 2020 19:39:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=pRNigv260ELJzr9cVfV7kXPz0ZMF4kIMpo59K/BD26M=; b=WWILb9yZ7X3XMNp7OqRBJ9zLdW HAREMXybA4yIIFBpBuqxQySidC35+hpfyRDF4fqJCUWB1sktBgMIhk/Z844wFpU2u2gF4iD23+5no PfHhDq1vTyjRU0ZvuplnKgxdi5OCnSm7BRIiSHMjvlA1OfhbbZfPArwJhtKbMF4LgLkelq1GiikgG lV3qMSzUjBmZL0grDyim5DCv2b6i3Z7DpCnXPKxaGrz3Sk05zomaN+qpIBeKaaDwKEFj2GxslDxl9 sUbHjkxYR09TP508fMkLPiVGUGaEoVG/6Pc9LBLQiqANeXAN0V8aWPuYFcbnKjJOS2jkvuev3Lnie 2b/gVoyQ==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1KxQ-0001o3-8u; Fri, 31 Jul 2020 02:39:40 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org Subject: [PATCH 5/6] crypto: crypto_engine: delete duplicated word Date: Thu, 30 Jul 2020 19:39:23 -0700 Message-Id: <20200731023924.8829-6-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200731023924.8829-1-rdunlap@infradead.org> References: <20200731023924.8829-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Drop the doubled word "a". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org --- crypto/crypto_engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200730.orig/crypto/crypto_engine.c +++ linux-next-20200730/crypto/crypto_engine.c @@ -465,7 +465,7 @@ EXPORT_SYMBOL_GPL(crypto_engine_stop); * crypto-engine queue. * @dev: the device attached with one hardware engine * @retry_support: whether hardware has support for retry mechanism - * @cbk_do_batch: pointer to a callback function to be invoked when executing a + * @cbk_do_batch: pointer to a callback function to be invoked when executing * a batch of requests. * This has the form: * callback(struct crypto_engine *engine) From patchwork Fri Jul 31 02:39:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11693897 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 54CFF722 for ; Fri, 31 Jul 2020 02:39:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3D8F421744 for ; Fri, 31 Jul 2020 02:39:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="HVbBFRLB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731235AbgGaCjq (ORCPT ); Thu, 30 Jul 2020 22:39:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731229AbgGaCjp (ORCPT ); Thu, 30 Jul 2020 22:39:45 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1ADEC061574; Thu, 30 Jul 2020 19:39:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=wAw0MJ1X4tOEhdrjFhUXv4X8d8xnWtmux1JkPQoh9qo=; b=HVbBFRLBQJg74jfxzistx4SGuJ klH/YMvYhpaJvPBtlUgtwv/soO0s7CRfd4GvFg+2Apq8MRBSIweEP7cyYvMnZqRZbtQDCo3vhrImb GO8lWZ/Uk5SbdJfjyeasZj7WyyLnOzm29VuaGSpSO6GsvQNwE2k/r/gBN09zfkE/37nF1131b87If Ers4KVO4X5EjVWlcZ59uOoiRwoNAUr+4KIwPScy/DeTB/TGQ9vtse20KFbDbLqY7vYTfr2Iulxrfc 0C7klEZjPREoxD+BzCyOVgM5MRN/ItMFFaGvyuX3C7h+fekPi3LcC6huYjCE8N4YX1bVRiPVNlo7z FiIAKl2Q==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1KxS-0001o3-KC; Fri, 31 Jul 2020 02:39:43 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org Subject: [PATCH 6/6] crypto: tcrypt: delete duplicated words in messages Date: Thu, 30 Jul 2020 19:39:24 -0700 Message-Id: <20200731023924.8829-7-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200731023924.8829-1-rdunlap@infradead.org> References: <20200731023924.8829-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Drop the doubled word "failed" in pr_err() messages. Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org --- crypto/tcrypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200730.orig/crypto/tcrypt.c +++ linux-next-20200730/crypto/tcrypt.c @@ -398,7 +398,7 @@ static void test_mb_aead_speed(const cha ret = do_one_aead_op(cur->req, ret); if (ret) { - pr_err("calculating auth failed failed (%d)\n", + pr_err("calculating auth failed (%d)\n", ret); break; } @@ -648,7 +648,7 @@ static void test_aead_speed(const char * crypto_aead_encrypt(req)); if (ret) { - pr_err("calculating auth failed failed (%d)\n", + pr_err("calculating auth failed (%d)\n", ret); break; }