From: Stephen Hemminger Date: Wed, 25 Jul 2018 18:20:19 +0000 (-0700) Subject: net/ixgbe: remove mild profanity X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ea2c9969b52d9a2f269397f6dbc5b24495607945;p=dpdk.git net/ixgbe: remove mild profanity At the tail end of comment about barriers (I feel your pain); remove mild profanity. Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/drivers/net/ixgbe/ixgbe_rxtx.c index ae21f04a15..e6f61c900d 100644 --- a/drivers/net/ixgbe/ixgbe_rxtx.c +++ b/drivers/net/ixgbe/ixgbe_rxtx.c @@ -2057,8 +2057,7 @@ next_desc: * of the ixgbe PMD. * * TODO: - * - Get rid of "volatile" crap and let the compiler do its - * job. + * - Get rid of "volatile" and let the compiler do its job. * - Use the proper memory barrier (rte_rmb()) to ensure the * memory ordering below. */