[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ec7f175f-a340-021b-b03e-80c9c1f17d31@gmail.com>
Date: Thu, 8 Sep 2022 17:08:38 +0100
From: Edward Cree <ecree.xilinx@...il.com>
To: wangjianli <wangjianli@...rlc.com>, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sfc/siena: fix repeated words in comments
On 08/09/2022 13:44, wangjianli wrote:
> Delete the redundant word 'in'.
>
> Signed-off-by: wangjianli <wangjianli@...rlc.com>
> ---
> drivers/net/ethernet/sfc/siena/bitfield.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/sfc/siena/bitfield.h b/drivers/net/ethernet/sfc/siena/bitfield.h
> index 1f981dfe4bdc..0b502d1c3c9e 100644
> --- a/drivers/net/ethernet/sfc/siena/bitfield.h
> +++ b/drivers/net/ethernet/sfc/siena/bitfield.h
> @@ -117,7 +117,7 @@ typedef union efx_oword {
> *
> * ( element ) << 4
> *
> - * The result will contain the relevant bits filled in in the range
> + * The result will contain the relevant bits filled in the range
> * [0,high-low), with garbage in bits [high-low+1,...).
> */
> #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \
>
Nack, as per my other response on the main sfc patch.
-ed
Powered by blists - more mailing lists