31 lines
1.4 KiB
Diff
31 lines
1.4 KiB
Diff
From 43bf715a17c1be337b686fb4b5297739a704126e Mon Sep 17 00:00:00 2001
|
|
From: Dennis Lam <dennis.lamerice@gmail.com>
|
|
Date: Wed, 11 Sep 2024 21:16:28 -0400
|
|
Subject: [PATCH 014/233] docs: filesystems: bcachefs: fixed some spelling
|
|
mistakes in the bcachefs coding style page
|
|
Content-Type: text/plain; charset="utf-8"
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Specifically, fixed spelling of "commit" and pluralization of last sentence.
|
|
|
|
Signed-off-by: Dennis Lam <dennis.lamerice@gmail.com>
|
|
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
|
|
---
|
|
Documentation/filesystems/bcachefs/CodingStyle.rst | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
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.
|
|
--
|
|
2.45.2
|
|
|