2020-07-19 00:32:30

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] platform_data: cros_ec_commands.h: drop a duplicated word

Drop the repeated word "using" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Tzung-Bi Shih <[email protected]>
Cc: Mark Brown <[email protected]>
---
or "using the" ?

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

--- linux-next-20200717.orig/include/linux/platform_data/cros_ec_commands.h
+++ linux-next-20200717/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:


2020-07-20 04:45:28

by Tzung-Bi Shih

[permalink] [raw]
Subject: Re: [PATCH] platform_data: cros_ec_commands.h: drop a duplicated word

On Sun, Jul 19, 2020 at 8:30 AM Randy Dunlap <[email protected]> wrote:
>
> Drop the repeated word "using" in a comment.
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Tzung-Bi Shih <[email protected]>
> Cc: Mark Brown <[email protected]>
> ---

I guess you didn't include the maintainers:
Benson Leung <[email protected]> (maintainer:CHROMEOS EC SUBDRIVERS)
Enric Balletbo i Serra <[email protected]>
(maintainer:CHROMEOS EC SUBDRIVERS)
Guenter Roeck <[email protected]> (reviewer:CHROMEOS EC SUBDRIVERS)

2020-07-20 05:44:11

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] platform_data: cros_ec_commands.h: drop a duplicated word

On 7/19/20 9:42 PM, Tzung-Bi Shih wrote:
> On Sun, Jul 19, 2020 at 8:30 AM Randy Dunlap <[email protected]> wrote:
>>
>> Drop the repeated word "using" in a comment.
>>
>> Signed-off-by: Randy Dunlap <[email protected]>
>> Cc: Tzung-Bi Shih <[email protected]>
>> Cc: Mark Brown <[email protected]>
>> ---
>
> I guess you didn't include the maintainers:
> Benson Leung <[email protected]> (maintainer:CHROMEOS EC SUBDRIVERS)
> Enric Balletbo i Serra <[email protected]>
> (maintainer:CHROMEOS EC SUBDRIVERS)
> Guenter Roeck <[email protected]> (reviewer:CHROMEOS EC SUBDRIVERS)
>

Thanks. I'll add them and resend the patch.

--
~Randy