From: Dennis Lam Date: Thu, 12 Sep 2024 01:16:28 +0000 (-0400) Subject: docs: filesystems: bcachefs: fixed some spelling mistakes in the bcachefs coding... X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=71008e5d6f097794d188d91e7c83c13f777b45ce;p=users%2Fjedix%2Flinux-maple.git docs: filesystems: bcachefs: fixed some spelling mistakes in the bcachefs coding style page Specifically, fixed spelling of "commit" and pluralization of last sentence. Signed-off-by: Dennis Lam Signed-off-by: Kent Overstreet --- diff --git a/Documentation/filesystems/bcachefs/CodingStyle.rst b/Documentation/filesystems/bcachefs/CodingStyle.rst index 01de555e21d8..b29562a6bf55 100644 --- a/Documentation/filesystems/bcachefs/CodingStyle.rst +++ b/Documentation/filesystems/bcachefs/CodingStyle.rst @@ -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.