[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20181130192737.15053-11-jarkko.sakkinen@linux.intel.com>
Date: Fri, 30 Nov 2018 11:27:19 -0800
From: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
To: linux-kernel@...r.kernel.org
Cc: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>,
"David S. Miller" <davem@...emloft.net>,
Rob Herring <robh@...nel.org>,
Shannon Nelson <shannon.nelson@...cle.com>,
Sean Wang <sean.wang@...iatek.com>,
Matthias Brugger <matthias.bgg@...il.com>,
netdev@...r.kernel.org (open list:NETWORKING DRIVERS)
Subject: [PATCH RFC 10/15] net/sunhme: replace **** with a hug
In order to comply with the CoC, replace **** with a hug.
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
---
drivers/net/ethernet/sun/sunhme.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/sun/sunhme.c b/drivers/net/ethernet/sun/sunhme.c
index 863fd602fd33..54a2065f3881 100644
--- a/drivers/net/ethernet/sun/sunhme.c
+++ b/drivers/net/ethernet/sun/sunhme.c
@@ -983,7 +983,7 @@ static void happy_meal_poll_stop(struct happy_meal *hp, void __iomem *tregs)
ASD(("done\n"));
}
-/* Only Sun can take such nice parts and fuck up the programming interface
+/* Only Sun can take such nice parts and hug up the programming interface
* like this. Good job guys...
*/
#define TCVR_RESET_TRIES 16 /* It should reset quickly */
@@ -2075,7 +2075,7 @@ static void happy_meal_rx(struct happy_meal *hp, struct net_device *dev)
skb = copy_skb;
}
- /* This card is _fucking_ hot... */
+ /* This card is _hugging_ hot... */
skb->csum = csum_unfold(~(__force __sum16)htons(csum));
skb->ip_summed = CHECKSUM_COMPLETE;
--
2.19.1
Powered by blists - more mailing lists