mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] lib: pldmfw: delete duplicated words
@ 2020-08-23  4:05 Randy Dunlap
  2020-08-24 15:19 ` Jacob Keller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-08-23  4:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Jacob Keller, David S. Miller, Jakub Kicinski

Drop the repeated word "header".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jacob Keller <jacob.e.keller@intel.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
---
 lib/pldmfw/pldmfw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200730.orig/lib/pldmfw/pldmfw.c
+++ linux-next-20200730/lib/pldmfw/pldmfw.c
@@ -517,7 +517,7 @@ static int pldm_verify_header_crc(struct
 	u32 calculated_crc;
 	size_t length;
 
-	/* Calculate the 32-bit CRC of the header header contents up to but
+	/* Calculate the 32-bit CRC of the header contents up to but
 	 * not including the checksum. Note that the Linux crc32_le function
 	 * does not perform an expected final XOR.
 	 */

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

* Re: [PATCH] lib: pldmfw: delete duplicated words
  2020-08-23  4:05 [PATCH] lib: pldmfw: delete duplicated words Randy Dunlap
@ 2020-08-24 15:19 ` Jacob Keller
  0 siblings, 0 replies; 2+ messages in thread
From: Jacob Keller @ 2020-08-24 15:19 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: David S. Miller, Jakub Kicinski



On 8/22/2020 9:05 PM, Randy Dunlap wrote:
> Drop the repeated word "header".
> 

Thanks for fixing this!

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>

> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jacob Keller <jacob.e.keller@intel.com>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> ---
>  lib/pldmfw/pldmfw.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200730.orig/lib/pldmfw/pldmfw.c
> +++ linux-next-20200730/lib/pldmfw/pldmfw.c
> @@ -517,7 +517,7 @@ static int pldm_verify_header_crc(struct
>  	u32 calculated_crc;
>  	size_t length;
>  
> -	/* Calculate the 32-bit CRC of the header header contents up to but
> +	/* Calculate the 32-bit CRC of the header contents up to but
>  	 * not including the checksum. Note that the Linux crc32_le function
>  	 * does not perform an expected final XOR.
>  	 */
> 

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

end of thread, other threads:[~2020-08-24 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23  4:05 [PATCH] lib: pldmfw: delete duplicated words Randy Dunlap
2020-08-24 15:19 ` Jacob Keller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®