Merge tag 'docs-6.3-2' of git://git.lwn.net/linux
[platform/kernel/linux-rpi.git] / Documentation / process / submitting-patches.rst
index 1e009db..eac7167 100644 (file)
@@ -407,7 +407,7 @@ then you just add a line saying::
 
        Signed-off-by: Random J Developer <random@developer.example.org>
 
-using your real name (sorry, no pseudonyms or anonymous contributions.)
+using a known identity (sorry, no anonymous contributions.)
 This will be done for you automatically if you use ``git commit -s``.
 Reverts should also include "Signed-off-by". ``git revert -s`` does that
 for you.