docs: kernel-hacking: be more civil
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 5 Feb 2021 11:59:51 +0000 (17:29 +0530)
committerJonathan Corbet <corbet@lwn.net>
Thu, 11 Feb 2021 17:00:40 +0000 (10:00 -0700)
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>
Documentation/kernel-hacking/locking.rst

index c3448929a824ab2373cbc64cb894ee70177f3ac8..ed1284c6f078a232dd90b92f4a94672dbc1d6e2b 100644 (file)
@@ -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
 -------------------------------