[PATCH] lib: pldmfw: delete duplicated words

From: Randy Dunlap
Date: Sun Aug 23 2020 - 00:05:38 EST


Drop the repeated word "header".

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Jacob Keller <jacob.e.keller@xxxxxxxxx>
Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
Cc: Jakub Kicinski <kuba@xxxxxxxxxx>
---
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.
*/