[PATCH] replace use of word segregate in comments

Morten Brørup mb at smartsharesystems.com
Tue Oct 8 11:53:24 CEST 2024


> From: Stephen Hemminger [mailto:stephen at networkplumber.org]
> Sent: Saturday, 5 October 2024 01.03
> 
> The use of the word segregate should be avoided.
> Rationale from https://inclusivenaming.org/word-lists/tier-3/segregate/
> 
>   The word segregation carries strong context in regard to civil rights
>   movements in the US and South Africa, segregation in the US South,
> and
>   racist history.
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---


> +++ b/drivers/net/octeon_ep/cnxk_ep_rx_neon.c
> @@ -61,7 +61,7 @@ cnxk_ep_process_pkts_vec_neon(struct rte_mbuf
> **rx_pkts, struct otx_ep_droq *dro
> 
>  		/* Vertical add, consolidate outside the loop. */
>  		bytes += vaddq_u32(bytes, s01);
> -		/* Segregate to packet length and data length. */
> +		/* Separate intto packet length and data length. */

Typo: intto -> into


> +++ b/drivers/net/octeon_ep/cnxk_ep_rx_sse.c
> @@ -52,7 +52,7 @@ cnxk_ep_process_pkts_vec_sse(struct rte_mbuf
> **rx_pkts, struct otx_ep_droq *droq
>  		s01 = _mm_shuffle_epi8(s01, bswap_mask);
>  		/* Vertical add, consolidate outside loop */
>  		bytes = _mm_add_epi32(bytes, s01);
> -		/* Segregate to packet length and data length. */
> +		/* Separate intto packet length and data length. */

Typo: intto -> into

With typos fixed,
Acked-by: Morten Brørup <mb at smartsharesystems.com>



More information about the dev mailing list