From patchwork Mon Jun 6 02:23:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiang wangx X-Patchwork-Id: 12869885 Received: from smtpbg.qq.com (smtpbg138.qq.com [106.55.201.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9CFA31854 for ; Mon, 6 Jun 2022 02:25:39 +0000 (UTC) X-QQ-mid: bizesmtp78t1654482203tle0beb6 Received: from localhost.localdomain ( [111.9.5.115]) by bizesmtp.qq.com (ESMTP) with id ; Mon, 06 Jun 2022 10:23:15 +0800 (CST) X-QQ-SSF: 01000000000000C0G000000A0000000 X-QQ-FEAT: +i7PuHLNsE4Ix5ht+UHC/ONIXXVUd/otf/Yv16mrkqnK+G62jVoXJSlWlJWhd X1rykKVHwMQL0938fjtP1gXZXFmujcM7soXrJ1EInoHNI0wncGOCGpUYGtjar3npMEcfO4Q XPnFX4vervgv95NsIb+AzH0PJH3Xz8DUG06XOiC+jP7nT8Ik5e+0B+RXblJMdNfcGYx0amf jaseDKKDfPb/KLRHnd/dB6RrbwjEXEA0PzxW066cJYy7KbelysrvHUEGo24uDCECSu1ZoXO CUDSIzGBd+bGnjVC3avnjpaj3C9IMCb2EANxMIHMAEaaqt3SQTPTd/pFN3ktFMt8EJLppVR hmZznRoSgUXJjZAqrI= X-QQ-GoodBg: 0 From: Xiang wangx To: bleung@chromium.org Cc: groeck@chromium.org, gustavoars@kernel.org, dustin@howett.net, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, Xiang wangx Subject: [PATCH] cros_ec_commands: Fix syntax errors in comments Date: Mon, 6 Jun 2022 10:23:13 +0800 Message-Id: <20220606022313.22912-1-wangxiang@cdjrlc.com> X-Mailer: git-send-email 2.36.1 Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam10 Delete the redundant word 'using'. Signed-off-by: Xiang wangx Reviewed-by: Tzung-Bi Shih --- include/linux/platform_data/cros_ec_commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/platform_data/cros_ec_commands.h b/include/linux/platform_data/cros_ec_commands.h index 8cfa8cfca77e..e59f51c41a1c 100644 --- a/include/linux/platform_data/cros_ec_commands.h +++ b/include/linux/platform_data/cros_ec_commands.h @@ -787,7 +787,7 @@ struct ec_host_response { * * Packets always start with a request or response header. They are followed * by data_len bytes of data. If the data_crc_present flag is set, the data - * bytes are followed by a CRC-8 of that data, using using x^8 + x^2 + x + 1 + * bytes are followed by a CRC-8 of that data, using x^8 + x^2 + x + 1 * polynomial. * * Host algorithm when sending a request q: