diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-02-05 12:59:51 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-02-11 18:00:40 +0100 |
commit | 3c2e0a489da6a7c48ad67a246c7a287fcb4a4607 (patch) | |
tree | 2a605a81c208945b81b131a3b0219001ab85e742 /Documentation/kernel-hacking | |
parent | docs: Remove the Microsoft rhetoric (diff) | |
download | linux-3c2e0a489da6a7c48ad67a246c7a287fcb4a4607.tar.xz linux-3c2e0a489da6a7c48ad67a246c7a287fcb4a4607.zip |
docs: kernel-hacking: be more civil
Remove the f-bomb from locking.rst. Let's have a moment of silence,
though, as we mark the passing of the last of Rusty's once plentiful
profanities in this venerable document.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210205115951.1276526-1-unixbhaskar@gmail.com
[jc: rewrote changelog]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/kernel-hacking')
-rw-r--r-- | Documentation/kernel-hacking/locking.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst index c3448929a824..ed1284c6f078 100644 --- a/Documentation/kernel-hacking/locking.rst +++ b/Documentation/kernel-hacking/locking.rst @@ -958,7 +958,7 @@ grabs a read lock, searches a list, fails to find what it wants, drops the read lock, grabs a write lock and inserts the object has a race condition. -If you don't see why, please stay the fuck away from my code. +If you don't see why, please stay away from my code. Racing Timers: A Kernel Pastime ------------------------------- |