linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] platform_data: cros_ec_commands.h: drop a duplicated word
@ 2021-05-08  6:55 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2021-05-08  6:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Tzung-Bi Shih, Mark Brown

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

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Tzung-Bi Shih <tzungbi@google.com>
Cc: Mark Brown <broonie@kernel.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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-08  6:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08  6:55 [PATCH v2] platform_data: cros_ec_commands.h: drop a duplicated word Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).