lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri,  7 May 2021 23:55:46 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     linux-kernel@...r.kernel.org
Cc:     Randy Dunlap <rdunlap@...radead.org>,
        Tzung-Bi Shih <tzungbi@...gle.com>,
        Mark Brown <broonie@...nel.org>
Subject: [PATCH v2] platform_data: cros_ec_commands.h: drop a duplicated word

Drop the repeated word "using" in a comment (change to "using the").

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Tzung-Bi Shih <tzungbi@...gle.com>
Cc: Mark Brown <broonie@...nel.org>
---
v2: change to "using the" instead of just dropping one "using"

 include/linux/platform_data/cros_ec_commands.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20210507.orig/include/linux/platform_data/cros_ec_commands.h
+++ linux-next-20210507/include/linux/platform_data/cros_ec_commands.h
@@ -783,7 +783,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 the x^8 + x^2 + x + 1
  * polynomial.
  *
  * Host algorithm when sending a request q:

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ