From: Xiaxi Shen Date: Wed, 7 Aug 2024 07:10:05 +0000 (-0700) Subject: bcachefs: Fix a spelling error in docs X-Git-Tag: v6.12~281^2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d89b35d83ee398bda2b4294ef7c6a2ab663044cf;p=platform%2Fkernel%2Flinux-amlogic.git bcachefs: Fix a spelling error in docs Signed-off-by: Xiaxi Shen Signed-off-by: Kent Overstreet --- diff --git a/Documentation/filesystems/bcachefs/CodingStyle.rst b/Documentation/filesystems/bcachefs/CodingStyle.rst index 0c45829a4899..01de555e21d8 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.