linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
@ 2021-02-05 12:41 Bhaskar Chowdhury
  2021-02-05 13:26 ` Miquel Raynal
  0 siblings, 1 reply; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-05 12:41 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr, linux-mtd, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury



s/fucking/invite/


Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/mtd/mtd_blkdevs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c
index fb8e12d590a1..756a0995e474 100644
--- a/drivers/mtd/mtd_blkdevs.c
+++ b/drivers/mtd/mtd_blkdevs.c
@@ -523,7 +523,7 @@ int register_mtd_blktrans(struct mtd_blktrans_ops *tr)
 	int ret;

 	/* Register the notifier if/when the first device type is
-	   registered, to prevent the link/init ordering from fucking
+	   registered, to prevent the link/init ordering from invite
 	   us over. */
 	if (!blktrans_notifier.list.next)
 		register_mtd_user(&blktrans_notifier);
--
2.30.0


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

* Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
  2021-02-05 12:41 [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c Bhaskar Chowdhury
@ 2021-02-05 13:26 ` Miquel Raynal
  2021-02-05 13:36   ` Bhaskar Chowdhury
  0 siblings, 1 reply; 7+ messages in thread
From: Miquel Raynal @ 2021-02-05 13:26 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: richard, vigneshr, linux-mtd, linux-kernel, rdunlap

Hi Bhaskar,

Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote on Fri,  5 Feb 2021
18:11:51 +0530:

> s/fucking/invite/
> 
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/mtd/mtd_blkdevs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c
> index fb8e12d590a1..756a0995e474 100644
> --- a/drivers/mtd/mtd_blkdevs.c
> +++ b/drivers/mtd/mtd_blkdevs.c
> @@ -523,7 +523,7 @@ int register_mtd_blktrans(struct mtd_blktrans_ops *tr)
>  	int ret;
> 
>  	/* Register the notifier if/when the first device type is
> -	   registered, to prevent the link/init ordering from fucking
> +	   registered, to prevent the link/init ordering from invite
>  	   us over. */

invite us over?

I'm not a native English speaker but this does not bring any value to
my ears. Worse, I don't even get the point. Better rewrite the comment
entirely than just swapping "fucking" with a random word, no?

Thanks,
Miquèl

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

* Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
  2021-02-05 13:26 ` Miquel Raynal
@ 2021-02-05 13:36   ` Bhaskar Chowdhury
  2021-02-05 13:49     ` Richard Weinberger
  2021-02-05 13:57     ` Miquel Raynal
  0 siblings, 2 replies; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-05 13:36 UTC (permalink / raw)
  To: Miquel Raynal; +Cc: richard, vigneshr, linux-mtd, linux-kernel, rdunlap

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

On 14:26 Fri 05 Feb 2021, Miquel Raynal wrote:
>Hi Bhaskar,
>
>Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote on Fri,  5 Feb 2021
>18:11:51 +0530:
>
>> s/fucking/invite/
>>
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  drivers/mtd/mtd_blkdevs.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c
>> index fb8e12d590a1..756a0995e474 100644
>> --- a/drivers/mtd/mtd_blkdevs.c
>> +++ b/drivers/mtd/mtd_blkdevs.c
>> @@ -523,7 +523,7 @@ int register_mtd_blktrans(struct mtd_blktrans_ops *tr)
>>  	int ret;
>>
>>  	/* Register the notifier if/when the first device type is
>> -	   registered, to prevent the link/init ordering from fucking
>> +	   registered, to prevent the link/init ordering from invite
>>  	   us over. */
>
>invite us over?
>
>I'm not a native English speaker but this does not bring any value to
>my ears. Worse, I don't even get the point. Better rewrite the comment
>entirely than just swapping "fucking" with a random word, no?
>
Got your point , and I do understand "fuck" and "fucking" is so strong word
that it is really difficult to replace with something else.

But..but you suggestion to rewrite the comments sounds good Miquel ...wish I
could have that much time in hand to replace every sentence having that word
...all the patched sent with that word replaces...please step forward and make
and send patches .

Today I sent 10 patches replacing that word(weather that make sense or not)
you can see those in the ML ...please pick up as you wish and send patches.

I was simply replacing the word ..never bother about the meaning it
conveys..doesn't matter really.

so...

Thanks.
>Thanks,
>Miquèl

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

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

* Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
  2021-02-05 13:36   ` Bhaskar Chowdhury
@ 2021-02-05 13:49     ` Richard Weinberger
  2021-02-05 13:52       ` Bhaskar Chowdhury
  2021-02-05 13:57     ` Miquel Raynal
  1 sibling, 1 reply; 7+ messages in thread
From: Richard Weinberger @ 2021-02-05 13:49 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Miquel Raynal, Vignesh Raghavendra, linux-mtd, linux-kernel,
	Randy Dunlap

----- Ursprüngliche Mail -----
> Von: "Bhaskar Chowdhury" <unixbhaskar@gmail.com>
> An: "Miquel Raynal" <miquel.raynal@bootlin.com>
> CC: "richard" <richard@nod.at>, "Vignesh Raghavendra" <vigneshr@ti.com>, "linux-mtd" <linux-mtd@lists.infradead.org>,
> "linux-kernel" <linux-kernel@vger.kernel.org>, "Randy Dunlap" <rdunlap@infradead.org>
> Gesendet: Freitag, 5. Februar 2021 14:36:39
> Betreff: Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c

> On 14:26 Fri 05 Feb 2021, Miquel Raynal wrote:
>>Hi Bhaskar,
>>
>>Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote on Fri,  5 Feb 2021
>>18:11:51 +0530:
>>
>>> s/fucking/invite/

If you are afraid of "fucking", please replace it with "f*cking" or such.
"invite" makes no sense.

Thanks,
//richard

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

* Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
  2021-02-05 13:49     ` Richard Weinberger
@ 2021-02-05 13:52       ` Bhaskar Chowdhury
  0 siblings, 0 replies; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-05 13:52 UTC (permalink / raw)
  To: Richard Weinberger
  Cc: Miquel Raynal, Vignesh Raghavendra, linux-mtd, linux-kernel,
	Randy Dunlap

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

On 14:49 Fri 05 Feb 2021, Richard Weinberger wrote:
>----- Ursprüngliche Mail -----
>> Von: "Bhaskar Chowdhury" <unixbhaskar@gmail.com>
>> An: "Miquel Raynal" <miquel.raynal@bootlin.com>
>> CC: "richard" <richard@nod.at>, "Vignesh Raghavendra" <vigneshr@ti.com>, "linux-mtd" <linux-mtd@lists.infradead.org>,
>> "linux-kernel" <linux-kernel@vger.kernel.org>, "Randy Dunlap" <rdunlap@infradead.org>
>> Gesendet: Freitag, 5. Februar 2021 14:36:39
>> Betreff: Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
>
>> On 14:26 Fri 05 Feb 2021, Miquel Raynal wrote:
>>>Hi Bhaskar,
>>>
>>>Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote on Fri,  5 Feb 2021
>>>18:11:51 +0530:
>>>
>>>> s/fucking/invite/
>
>If you are afraid of "fucking", please replace it with "f*cking" or such.
>"invite" makes no sense.
>
I am NOT afraid of anything ,just replacing the bad words ..that's all
...never bother to evaluate already bad sentences with correct word.

I know it is not make any sense ...still a better word ...
>Thanks,
>//richard

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

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

* Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
  2021-02-05 13:36   ` Bhaskar Chowdhury
  2021-02-05 13:49     ` Richard Weinberger
@ 2021-02-05 13:57     ` Miquel Raynal
  2021-02-05 14:02       ` Bhaskar Chowdhury
  1 sibling, 1 reply; 7+ messages in thread
From: Miquel Raynal @ 2021-02-05 13:57 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: richard, vigneshr, linux-mtd, linux-kernel, rdunlap

Hi Bhaskar,

Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote on Fri, 5 Feb 2021
19:06:39 +0530:

> On 14:26 Fri 05 Feb 2021, Miquel Raynal wrote:
> >Hi Bhaskar,
> >
> >Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote on Fri,  5 Feb 2021
> >18:11:51 +0530:
> >  
> >> s/fucking/invite/
> >>
> >>
> >> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> >> ---
> >>  drivers/mtd/mtd_blkdevs.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c
> >> index fb8e12d590a1..756a0995e474 100644
> >> --- a/drivers/mtd/mtd_blkdevs.c
> >> +++ b/drivers/mtd/mtd_blkdevs.c
> >> @@ -523,7 +523,7 @@ int register_mtd_blktrans(struct mtd_blktrans_ops *t  
> r)
> >>  	int ret;
> >>
> >>  	/* Register the notifier if/when the first device type is
> >> -	   registered, to prevent the link/init ordering from fucking
> >> +	   registered, to prevent the link/init ordering from invite
> >>  	   us over. */  
> >
> >invite us over?
> >
> >I'm not a native English speaker but this does not bring any value to
> >my ears. Worse, I don't even get the point. Better rewrite the comment
> >entirely than just swapping "fucking" with a random word, no?
> >  
> Got your point , and I do understand "fuck" and "fucking" is so strong word
> that it is really difficult to replace with something else.
> 
> But..but you suggestion to rewrite the comments sounds good Miquel ...wish I
> could have that much time in hand to replace every sentence having that word
> ...all the patched sent with that word replaces...please step forward and
>  make
> and send patches .
> 
> Today I sent 10 patches replacing that word(weather that make sense or not)
> you can see those in the ML ...please pick up as you wish and send patches.

There are currently 21 uses of "fuck[ing]". It's not a mountain to
climb. Nor a race.

> I was simply replacing the word ..never bother about the meaning it
> conveys..doesn't matter really.

Are you kidding? What is the purpose of a comment if no one understands
it after a blind change?

> 
> so...
> 

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

* Re: [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
  2021-02-05 13:57     ` Miquel Raynal
@ 2021-02-05 14:02       ` Bhaskar Chowdhury
  0 siblings, 0 replies; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-05 14:02 UTC (permalink / raw)
  To: Miquel Raynal; +Cc: richard, vigneshr, linux-mtd, linux-kernel, rdunlap

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

On 14:57 Fri 05 Feb 2021, Miquel Raynal wrote:
>Hi Bhaskar,
>
>Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote on Fri, 5 Feb 2021
>19:06:39 +0530:
>
>> On 14:26 Fri 05 Feb 2021, Miquel Raynal wrote:
>> >Hi Bhaskar,
>> >
>> >Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote on Fri,  5 Feb 2021
>> >18:11:51 +0530:
>> >
>> >> s/fucking/invite/
>> >>
>> >>
>> >> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> >> ---
>> >>  drivers/mtd/mtd_blkdevs.c | 2 +-
>> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>> >>
>> >> diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c
>> >> index fb8e12d590a1..756a0995e474 100644
>> >> --- a/drivers/mtd/mtd_blkdevs.c
>> >> +++ b/drivers/mtd/mtd_blkdevs.c
>> >> @@ -523,7 +523,7 @@ int register_mtd_blktrans(struct mtd_blktrans_ops *t
>> r)
>> >>  	int ret;
>> >>
>> >>  	/* Register the notifier if/when the first device type is
>> >> -	   registered, to prevent the link/init ordering from fucking
>> >> +	   registered, to prevent the link/init ordering from invite
>> >>  	   us over. */
>> >
>> >invite us over?
>> >
>> >I'm not a native English speaker but this does not bring any value to
>> >my ears. Worse, I don't even get the point. Better rewrite the comment
>> >entirely than just swapping "fucking" with a random word, no?
>> >
>> Got your point , and I do understand "fuck" and "fucking" is so strong word
>> that it is really difficult to replace with something else.
>>
>> But..but you suggestion to rewrite the comments sounds good Miquel ...wish I
>> could have that much time in hand to replace every sentence having that word
>> ...all the patched sent with that word replaces...please step forward and
>>  make
>> and send patches .
>>
>> Today I sent 10 patches replacing that word(weather that make sense or not)
>> you can see those in the ML ...please pick up as you wish and send patches.
>
>There are currently 21 uses of "fuck[ing]". It's not a mountain to
>climb. Nor a race.
>
✔ ~/git-linux/linux [master|✔]
19:28 $ search fuck | wc -l
15

>> I was simply replacing the word ..never bother about the meaning it
>> conveys..doesn't matter really.
>
>Are you kidding? What is the purpose of a comment if no one understands
>it after a blind change?
>
No I am not . But the sentences contains that word hardly have more meaning. But as you already said rewriting those comment would be a good idea...can you take up some of those??

>>
>> so...
>>

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

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 12:41 [PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c Bhaskar Chowdhury
2021-02-05 13:26 ` Miquel Raynal
2021-02-05 13:36   ` Bhaskar Chowdhury
2021-02-05 13:49     ` Richard Weinberger
2021-02-05 13:52       ` Bhaskar Chowdhury
2021-02-05 13:57     ` Miquel Raynal
2021-02-05 14:02       ` 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).