All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hpfs: fix spelling mistake "partion" -> "partition"
@ 2019-03-11 11:05 Mikulas Patocka
  2019-03-11 17:56 ` Linus Torvalds
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Mikulas Patocka @ 2019-03-11 11:05 UTC (permalink / raw)
  To: kernel-janitors

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistakes in comments

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mikulas Patocka <mikulas@twibright.com>
---
  fs/hpfs/hpfs.h | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/hpfs/hpfs.h b/fs/hpfs/hpfs.h
index 823a328791c0..302f45101a96 100644
--- a/fs/hpfs/hpfs.h
+++ b/fs/hpfs/hpfs.h
@@ -120,11 +120,11 @@ struct hpfs_spare_block
    u8 bad_sector: 1;			/* bad sector, corrupted disk (???) */
    u8 bad_bitmap: 1;			/* bad bitmap */
    u8 fast: 1;				/* partition was fast formatted */
-  u8 old_wrote: 1;			/* old version wrote to partion */
-  u8 old_wrote_1: 1;			/* old version wrote to partion (?) */
+  u8 old_wrote: 1;			/* old version wrote to partition */
+  u8 old_wrote_1: 1;			/* old version wrote to partition (?) */
  #else
-  u8 old_wrote_1: 1;			/* old version wrote to partion (?) */
-  u8 old_wrote: 1;			/* old version wrote to partion */
+  u8 old_wrote_1: 1;			/* old version wrote to partition (?) */
+  u8 old_wrote: 1;			/* old version wrote to partition */
    u8 fast: 1;				/* partition was fast formatted */
    u8 bad_bitmap: 1;			/* bad bitmap */
    u8 bad_sector: 1;			/* bad sector, corrupted disk (???) */
-- 
2.17.1

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

* Re: [PATCH] hpfs: fix spelling mistake "partion" -> "partition"
  2019-03-11 11:05 [PATCH] hpfs: fix spelling mistake "partion" -> "partition" Mikulas Patocka
@ 2019-03-11 17:56 ` Linus Torvalds
  2019-03-11 18:51 ` Randy Dunlap
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Linus Torvalds @ 2019-03-11 17:56 UTC (permalink / raw)
  To: kernel-janitors

On Mon, Mar 11, 2019 at 4:05 AM Mikulas Patocka <mikulas@twibright.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistakes in comments

This was both marked as spam, and whitespace-damaged for me. Odd extra
spaces at the beginnings of lines. I think it's because you have
"format=flowed", but I'm not sure.

           Linus

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

* Re: [PATCH] hpfs: fix spelling mistake "partion" -> "partition"
  2019-03-11 11:05 [PATCH] hpfs: fix spelling mistake "partion" -> "partition" Mikulas Patocka
  2019-03-11 17:56 ` Linus Torvalds
@ 2019-03-11 18:51 ` Randy Dunlap
  2019-03-12 13:40 ` Mikulas Patocka
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2019-03-11 18:51 UTC (permalink / raw)
  To: kernel-janitors

On 3/11/19 10:56 AM, Linus Torvalds wrote:
> On Mon, Mar 11, 2019 at 4:05 AM Mikulas Patocka <mikulas@twibright.com> wrote:
>>
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Trivial fix to spelling mistakes in comments
> 
> This was both marked as spam, and whitespace-damaged for me. Odd extra
> spaces at the beginnings of lines. I think it's because you have
> "format=flowed", but I'm not sure.

Well, we try to warn people against using "format=flowed" in
Documentation/process/email-clients.rst.  FWIW.


-- 
~Randy

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

* [PATCH] hpfs: fix spelling mistake "partion" -> "partition"
  2019-03-11 11:05 [PATCH] hpfs: fix spelling mistake "partion" -> "partition" Mikulas Patocka
  2019-03-11 17:56 ` Linus Torvalds
  2019-03-11 18:51 ` Randy Dunlap
@ 2019-03-12 13:40 ` Mikulas Patocka
  2019-03-12 13:42 ` Mikulas Patocka
  2019-03-12 16:58 ` Linus Torvalds
  4 siblings, 0 replies; 8+ messages in thread
From: Mikulas Patocka @ 2019-03-12 13:40 UTC (permalink / raw)
  To: kernel-janitors

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistakes in comments

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mikulas Patocka <mikulas@twibright.com>

---
 fs/hpfs/hpfs.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/hpfs/hpfs.h b/fs/hpfs/hpfs.h
index 823a328791c0..302f45101a96 100644
--- a/fs/hpfs/hpfs.h
+++ b/fs/hpfs/hpfs.h
@@ -120,11 +120,11 @@ struct hpfs_spare_block
   u8 bad_sector: 1;			/* bad sector, corrupted disk (???) */
   u8 bad_bitmap: 1;			/* bad bitmap */
   u8 fast: 1;				/* partition was fast formatted */
-  u8 old_wrote: 1;			/* old version wrote to partion */
-  u8 old_wrote_1: 1;			/* old version wrote to partion (?) */
+  u8 old_wrote: 1;			/* old version wrote to partition */
+  u8 old_wrote_1: 1;			/* old version wrote to partition (?) */
 #else
-  u8 old_wrote_1: 1;			/* old version wrote to partion (?) */
-  u8 old_wrote: 1;			/* old version wrote to partion */
+  u8 old_wrote_1: 1;			/* old version wrote to partition (?) */
+  u8 old_wrote: 1;			/* old version wrote to partition */
   u8 fast: 1;				/* partition was fast formatted */
   u8 bad_bitmap: 1;			/* bad bitmap */
   u8 bad_sector: 1;			/* bad sector, corrupted disk (???) */
-- 
2.17.1

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

* Re: [PATCH] hpfs: fix spelling mistake "partion" -> "partition"
  2019-03-11 11:05 [PATCH] hpfs: fix spelling mistake "partion" -> "partition" Mikulas Patocka
                   ` (2 preceding siblings ...)
  2019-03-12 13:40 ` Mikulas Patocka
@ 2019-03-12 13:42 ` Mikulas Patocka
  2019-03-12 16:58 ` Linus Torvalds
  4 siblings, 0 replies; 8+ messages in thread
From: Mikulas Patocka @ 2019-03-12 13:42 UTC (permalink / raw)
  To: kernel-janitors



On Mon, 11 Mar 2019, Linus Torvalds wrote:

> On Mon, Mar 11, 2019 at 4:05 AM Mikulas Patocka <mikulas@twibright.com> wrote:
> >
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > Trivial fix to spelling mistakes in comments
> 
> This was both marked as spam, and whitespace-damaged for me. Odd extra
> spaces at the beginnings of lines. I think it's because you have
> "format=flowed", but I'm not sure.
> 
>            Linus

I have enabled "Do Not Send Flowed Text" and resnt the email. I don't know 
why is it marked as a spam. I sent it to my ISP's email server 
smtp.t-email.cz.

Mikulas

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

* Re: [PATCH] hpfs: fix spelling mistake "partion" -> "partition"
  2019-03-11 11:05 [PATCH] hpfs: fix spelling mistake "partion" -> "partition" Mikulas Patocka
                   ` (3 preceding siblings ...)
  2019-03-12 13:42 ` Mikulas Patocka
@ 2019-03-12 16:58 ` Linus Torvalds
  4 siblings, 0 replies; 8+ messages in thread
From: Linus Torvalds @ 2019-03-12 16:58 UTC (permalink / raw)
  To: kernel-janitors

On Tue, Mar 12, 2019 at 6:42 AM Mikulas Patocka <mikulas@twibright.com> wrote:
>
> I have enabled "Do Not Send Flowed Text" and resnt the email. I don't know
> why is it marked as a spam.

The new email was fine - neither marked as spam nor whitespace-corrupted.

Thanks,

               Linus

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

* [PATCH] hpfs: fix spelling mistake "partion" -> "partition"
@ 2018-09-11  9:21 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2018-09-11  9:21 UTC (permalink / raw)
  To: Mikulas Patocka; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistakes in comments

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/hpfs/hpfs.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/hpfs/hpfs.h b/fs/hpfs/hpfs.h
index 823a328791c0..302f45101a96 100644
--- a/fs/hpfs/hpfs.h
+++ b/fs/hpfs/hpfs.h
@@ -120,11 +120,11 @@ struct hpfs_spare_block
   u8 bad_sector: 1;			/* bad sector, corrupted disk (???) */
   u8 bad_bitmap: 1;			/* bad bitmap */
   u8 fast: 1;				/* partition was fast formatted */
-  u8 old_wrote: 1;			/* old version wrote to partion */
-  u8 old_wrote_1: 1;			/* old version wrote to partion (?) */
+  u8 old_wrote: 1;			/* old version wrote to partition */
+  u8 old_wrote_1: 1;			/* old version wrote to partition (?) */
 #else
-  u8 old_wrote_1: 1;			/* old version wrote to partion (?) */
-  u8 old_wrote: 1;			/* old version wrote to partion */
+  u8 old_wrote_1: 1;			/* old version wrote to partition (?) */
+  u8 old_wrote: 1;			/* old version wrote to partition */
   u8 fast: 1;				/* partition was fast formatted */
   u8 bad_bitmap: 1;			/* bad bitmap */
   u8 bad_sector: 1;			/* bad sector, corrupted disk (???) */
-- 
2.17.1


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

* [PATCH] hpfs: fix spelling mistake "partion" -> "partition"
@ 2018-09-11  9:21 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2018-09-11  9:21 UTC (permalink / raw)
  To: Mikulas Patocka; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistakes in comments

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/hpfs/hpfs.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/hpfs/hpfs.h b/fs/hpfs/hpfs.h
index 823a328791c0..302f45101a96 100644
--- a/fs/hpfs/hpfs.h
+++ b/fs/hpfs/hpfs.h
@@ -120,11 +120,11 @@ struct hpfs_spare_block
   u8 bad_sector: 1;			/* bad sector, corrupted disk (???) */
   u8 bad_bitmap: 1;			/* bad bitmap */
   u8 fast: 1;				/* partition was fast formatted */
-  u8 old_wrote: 1;			/* old version wrote to partion */
-  u8 old_wrote_1: 1;			/* old version wrote to partion (?) */
+  u8 old_wrote: 1;			/* old version wrote to partition */
+  u8 old_wrote_1: 1;			/* old version wrote to partition (?) */
 #else
-  u8 old_wrote_1: 1;			/* old version wrote to partion (?) */
-  u8 old_wrote: 1;			/* old version wrote to partion */
+  u8 old_wrote_1: 1;			/* old version wrote to partition (?) */
+  u8 old_wrote: 1;			/* old version wrote to partition */
   u8 fast: 1;				/* partition was fast formatted */
   u8 bad_bitmap: 1;			/* bad bitmap */
   u8 bad_sector: 1;			/* bad sector, corrupted disk (???) */
-- 
2.17.1

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

end of thread, other threads:[~2019-03-12 16:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 11:05 [PATCH] hpfs: fix spelling mistake "partion" -> "partition" Mikulas Patocka
2019-03-11 17:56 ` Linus Torvalds
2019-03-11 18:51 ` Randy Dunlap
2019-03-12 13:40 ` Mikulas Patocka
2019-03-12 13:42 ` Mikulas Patocka
2019-03-12 16:58 ` Linus Torvalds
  -- strict thread matches above, loose matches on Subject: below --
2018-09-11  9:21 Colin King
2018-09-11  9:21 ` Colin King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.