netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: net: ethernet: sun:  Fix couple of spells in the file sunhme.c
@ 2021-02-05 12:47 Bhaskar Chowdhury
  2021-02-08 15:00 ` Edward Cree
  0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-05 12:47 UTC (permalink / raw)
  To: davem, kuba, rppt, akpm, netdev, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury



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

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c
  2021-02-05 12:47 [PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c Bhaskar Chowdhury
@ 2021-02-08 15:00 ` Edward Cree
  2021-02-08 18:04   ` Jakub Kicinski
  0 siblings, 1 reply; 4+ messages in thread
From: Edward Cree @ 2021-02-08 15:00 UTC (permalink / raw)
  To: Bhaskar Chowdhury, davem, kuba, rppt, akpm, netdev, linux-kernel; +Cc: rdunlap

On 05/02/2021 12:47, Bhaskar Chowdhury wrote:
> 
> 
> s/fuck/mess/
> s/fucking/soooo/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Right or wrong, these are not "spelling fixes".
Please do not misrepresent your patch in your Subject: line.
(Also, subsystem prefix should probably just be "net: sunhme:".)

-ed

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c
  2021-02-08 15:00 ` Edward Cree
@ 2021-02-08 18:04   ` Jakub Kicinski
  2021-02-09  0:16     ` Bhaskar Chowdhury
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2021-02-08 18:04 UTC (permalink / raw)
  To: Edward Cree
  Cc: Bhaskar Chowdhury, davem, rppt, akpm, netdev, linux-kernel, rdunlap

On Mon, 8 Feb 2021 15:00:01 +0000 Edward Cree wrote:
> On 05/02/2021 12:47, Bhaskar Chowdhury wrote:
> > 
> > 
> > s/fuck/mess/
> > s/fucking/soooo/
> > 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>  
> 
> Right or wrong, these are not "spelling fixes".
> Please do not misrepresent your patch in your Subject: line.
> (Also, subsystem prefix should probably just be "net: sunhme:".)

I think Steven already explained on the printf patch that the "obscene"
language rules apply to new code only, so I marked this as Rejected
silently.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c
  2021-02-08 18:04   ` Jakub Kicinski
@ 2021-02-09  0:16     ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-09  0:16 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Edward Cree, davem, rppt, akpm, netdev, linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

On 10:04 Mon 08 Feb 2021, Jakub Kicinski wrote:
>On Mon, 8 Feb 2021 15:00:01 +0000 Edward Cree wrote:
>> On 05/02/2021 12:47, Bhaskar Chowdhury wrote:
>> >
>> >
>> > s/fuck/mess/
>> > s/fucking/soooo/
>> >
>> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>
>> Right or wrong, these are not "spelling fixes".
>> Please do not misrepresent your patch in your Subject: line.
>> (Also, subsystem prefix should probably just be "net: sunhme:".)
>
>I think Steven already explained on the printf patch that the "obscene"
>language rules apply to new code only, so I marked this as Rejected
>silently.

Alright! Accepted.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-09  0:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 12:47 [PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c Bhaskar Chowdhury
2021-02-08 15:00 ` Edward Cree
2021-02-08 18:04   ` Jakub Kicinski
2021-02-09  0:16     ` Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).