lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  5 Feb 2021 18:17:41 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     davem@...emloft.net, kuba@...nel.org, rppt@...nel.org,
        akpm@...ux-foundation.org, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] drivers: net: ethernet: sun:  Fix couple of spells in the file sunhme.c



s/fuck/mess/
s/fucking/soooo/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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 54b53dbdb33c..98ff9300b5ee 100644
--- a/drivers/net/ethernet/sun/sunhme.c
+++ b/drivers/net/ethernet/sun/sunhme.c
@@ -982,7 +982,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 mess up the programming interface
  * like this.  Good job guys...
  */
 #define TCVR_RESET_TRIES       16 /* It should reset quickly        */
@@ -2074,7 +2074,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 _sooooo_ hot... */
 		skb->csum = csum_unfold(~(__force __sum16)htons(csum));
 		skb->ip_summed = CHECKSUM_COMPLETE;

--
2.30.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ