Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e7ac7b4 authored by Sébastien Hinderer's avatar Sébastien Hinderer Committed by Jonathan Corbet
Browse files

SubmittingPatches: fix wrong wording



"facilitate easier reviewing" says the same thing twice.

Signed-off-by: default avatarSébastien Hinderer <Sebastien.Hinderer@ens-lyon.org>
[jc: made it "easier review"]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent bdc89213
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ generated it with diff(1), to ensure accuracy.

If your changes produce a lot of deltas, you need to split them into
individual patches which modify things in logical stages; see section
#3.  This will facilitate easier reviewing by other kernel developers,
#3.  This will facilitate review by other kernel developers,
very important if you want your patch accepted.

If you're using git, "git rebase -i" can help you with this process.  If