All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/chrome: cros_ec: cleanup double word in comment
@ 2022-01-16 12:57 trix
  2022-01-18 22:40 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: trix @ 2022-01-16 12:57 UTC (permalink / raw)
  To: bleung, groeck, enric.balletbo, pmalani, Jonathan.Cameron,
	dnojiri, swboyd, yuhsuan
  Cc: linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

Remove the second 'using'.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 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 271bd87bff0a2..2cdc36184d5c1 100644
--- a/include/linux/platform_data/cros_ec_commands.h
+++ b/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 x^8 + x^2 + x + 1
  * polynomial.
  *
  * Host algorithm when sending a request q:
-- 
2.26.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] platform/chrome: cros_ec: cleanup double word in comment
  2022-01-16 12:57 [PATCH] platform/chrome: cros_ec: cleanup double word in comment trix
@ 2022-01-18 22:40 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2022-01-18 22:40 UTC (permalink / raw)
  To: Jonathan.Cameron, bleung, dnojiri, enric.balletbo, groeck,
	pmalani, trix, yuhsuan
  Cc: linux-kernel

Quoting trix@redhat.com (2022-01-16 04:57:02)
> From: Tom Rix <trix@redhat.com>
>
> Remove the second 'using'.
>
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-18 22:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-16 12:57 [PATCH] platform/chrome: cros_ec: cleanup double word in comment trix
2022-01-18 22:40 ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.