mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page
@ 2024-09-06 19:57 Dennis Lam
  2024-09-11 20:03 ` Carlos Bilbao
  0 siblings, 1 reply; 4+ messages in thread
From: Dennis Lam @ 2024-09-06 19:57 UTC (permalink / raw)
  To: kent.overstreet, corbet
  Cc: Dennis Lam, linux-bcachefs, linux-doc, linux-kernel

---
 Documentation/filesystems/bcachefs/CodingStyle.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/filesystems/bcachefs/CodingStyle.rst b/Documentation/filesystems/bcachefs/CodingStyle.rst
index 0c45829a4899..b29562a6bf55 100644
--- a/Documentation/filesystems/bcachefs/CodingStyle.rst
+++ b/Documentation/filesystems/bcachefs/CodingStyle.rst
@@ -175,7 +175,7 @@ errors in our thinking by running our code and seeing what happens. If your
 time is being wasted because your tools are bad or too slow - don't accept it,
 fix it.
 
-Put effort into your documentation, commmit messages, and code comments - but
+Put effort into your documentation, commit messages, and code comments - but
 don't go overboard. A good commit message is wonderful - but if the information
 was important enough to go in a commit message, ask yourself if it would be
 even better as a code comment.
@@ -183,4 +183,4 @@ even better as a code comment.
 A good code comment is wonderful, but even better is the comment that didn't
 need to exist because the code was so straightforward as to be obvious;
 organized into small clean and tidy modules, with clear and descriptive names
-for functions and variable, where every line of code has a clear purpose.
+for functions and variables, where every line of code has a clear purpose.
-- 
2.46.0


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

* Re: [PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page
  2024-09-06 19:57 [PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page Dennis Lam
@ 2024-09-11 20:03 ` Carlos Bilbao
  2024-09-12  0:17   ` Dennis Lam
  0 siblings, 1 reply; 4+ messages in thread
From: Carlos Bilbao @ 2024-09-11 20:03 UTC (permalink / raw)
  To: Dennis Lam, kent.overstreet, corbet
  Cc: linux-bcachefs, linux-doc, linux-kernel

Hello,

On 9/6/24 14:57, Dennis Lam wrote:
> ---


Change the subject, it needs spaces to be readable:

"docs: fs: fixed spelling mistakes [...]"

Also, you need a body in the commit which includes an explanation of what
the patch does (even if it is almost the same as the Subject) and your
signature. See: https://docs.kernel.org/process/submitting-patches.html


>  Documentation/filesystems/bcachefs/CodingStyle.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/filesystems/bcachefs/CodingStyle.rst b/Documentation/filesystems/bcachefs/CodingStyle.rst
> index 0c45829a4899..b29562a6bf55 100644
> --- a/Documentation/filesystems/bcachefs/CodingStyle.rst
> +++ b/Documentation/filesystems/bcachefs/CodingStyle.rst
> @@ -175,7 +175,7 @@ errors in our thinking by running our code and seeing what happens. If your
>  time is being wasted because your tools are bad or too slow - don't accept it,
>  fix it.
>  
> -Put effort into your documentation, commmit messages, and code comments - but
> +Put effort into your documentation, commit messages, and code comments - but
>  don't go overboard. A good commit message is wonderful - but if the information
>  was important enough to go in a commit message, ask yourself if it would be
>  even better as a code comment.
> @@ -183,4 +183,4 @@ even better as a code comment.
>  A good code comment is wonderful, but even better is the comment that didn't
>  need to exist because the code was so straightforward as to be obvious;
>  organized into small clean and tidy modules, with clear and descriptive names
> -for functions and variable, where every line of code has a clear purpose.
> +for functions and variables, where every line of code has a clear purpose.


Thanks, Carlos


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

* Re: [PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page
  2024-09-11 20:03 ` Carlos Bilbao
@ 2024-09-12  0:17   ` Dennis Lam
  2024-09-13 15:39     ` Carlos Bilbao
  0 siblings, 1 reply; 4+ messages in thread
From: Dennis Lam @ 2024-09-12  0:17 UTC (permalink / raw)
  To: Carlos Bilbao
  Cc: kent.overstreet, corbet, linux-bcachefs, linux-doc, linux-kernel

On Wed, Sep 11, 2024 at 4:03 PM Carlos Bilbao
<carlos.bilbao.osdev@gmail.com> wrote:
>
> Hello,
>
> On 9/6/24 14:57, Dennis Lam wrote:
> > ---
>
>
> Change the subject, it needs spaces to be readable:
>
> "docs: fs: fixed spelling mistakes [...]"
>
> Also, you need a body in the commit which includes an explanation of what
> the patch does (even if it is almost the same as the Subject) and your
> signature. See: https://docs.kernel.org/process/submitting-patches.html
>

Thanks for the response, I'll be sure to send a new better formatted patch.

Dennis

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

* Re: [PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page
  2024-09-12  0:17   ` Dennis Lam
@ 2024-09-13 15:39     ` Carlos Bilbao
  0 siblings, 0 replies; 4+ messages in thread
From: Carlos Bilbao @ 2024-09-13 15:39 UTC (permalink / raw)
  To: Dennis Lam
  Cc: kent.overstreet, corbet, linux-bcachefs, linux-doc, linux-kernel

On 9/11/24 19:17, Dennis Lam wrote:

> On Wed, Sep 11, 2024 at 4:03 PM Carlos Bilbao
> <carlos.bilbao.osdev@gmail.com> wrote:
>> Hello,
>>
>> On 9/6/24 14:57, Dennis Lam wrote:
>>> ---
>>
>> Change the subject, it needs spaces to be readable:
>>
>> "docs: fs: fixed spelling mistakes [...]"
>>
>> Also, you need a body in the commit which includes an explanation of what
>> the patch does (even if it is almost the same as the Subject) and your
>> signature. See: https://docs.kernel.org/process/submitting-patches.html
>>
> Thanks for the response, I'll be sure to send a new better formatted patch.


Awesome! Feel free to CC me :)


>
> Dennis


Thanks, Carlos


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

end of thread, other threads:[~2024-09-13 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06 19:57 [PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page Dennis Lam
2024-09-11 20:03 ` Carlos Bilbao
2024-09-12  0:17   ` Dennis Lam
2024-09-13 15:39     ` Carlos Bilbao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®