diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-02-05 03:01:17 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-02-05 20:24:54 +0300 |
commit | 40be2369dc0ee803b2bacf32471472604a948b88 (patch) | |
tree | f3d40a10d79668be9dcb5948820848a82cf50886 /Documentation/process/howto.rst | |
parent | 185ea7676ef3220de1ee90f288df3601f83afda0 (diff) | |
download | linux-40be2369dc0ee803b2bacf32471472604a948b88.tar.xz |
Documentation: multiple .rst files: Fix grammar and more consistent formatting
sphinx.rst:
- Remove unnecessary newline
- Fix grammar s/on/in/
- Fix grammar s/check/checks/
- Capitalize heading "The C domain"
changes.rst:
- Remove colon after "pahole" to be consistent with other entries
howto.rst:
- Fix grammar s/you will/will you/
- Hyphenate "real-world problems"
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240205000117.3285-1-thorsten.blum@toblux.com
Diffstat (limited to 'Documentation/process/howto.rst')
-rw-r--r-- | Documentation/process/howto.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst index 6c73889c98fc..eebda4910a88 100644 --- a/Documentation/process/howto.rst +++ b/Documentation/process/howto.rst @@ -351,8 +351,8 @@ Managing bug reports -------------------- One of the best ways to put into practice your hacking skills is by fixing -bugs reported by other people. Not only you will help to make the kernel -more stable, but you'll also learn to fix real world problems and you will +bugs reported by other people. Not only will you help to make the kernel +more stable, but you'll also learn to fix real-world problems and you will improve your skills, and other developers will be aware of your presence. Fixing bugs is one of the best ways to get merits among other developers, because not many people like wasting time fixing other people's bugs. |