[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <bccf3817-dd89-0a7d-8e4c-ce977caf1ea9@intel.com>
Date: Mon, 24 Aug 2020 08:19:50 -0700
From: Jacob Keller <jacob.e.keller@...el.com>
To: Randy Dunlap <rdunlap@...radead.org>, linux-kernel@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Subject: Re: [PATCH] lib: pldmfw: delete duplicated words
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@...el.com>
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Jacob Keller <jacob.e.keller@...el.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: Jakub Kicinski <kuba@...nel.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.
> */
>
Powered by blists - more mailing lists