diff options
author | Sébastien Hinderer <Sebastien.Hinderer@ens-lyon.org> | 2015-07-12 17:44:15 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-07-14 12:31:43 -0600 |
commit | bdc89213710250d75fcbb86c2e623d1bbe8e3bb2 (patch) | |
tree | ae9cb2a1e1c0ba4003251eb64cecfd14d48a17c2 /Documentation/SubmittingPatches | |
parent | 03bc7523cb4241a7f4ad67d7ae38027d1884a3ee (diff) |
SubmittingPatches: fix wrong wording
Signed-off-by: Sébastien Hinderer <Sebastien.Hinderer@ens-lyon.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 67cf50914bbd..918c9727d3ec 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -340,7 +340,7 @@ on the changes you are submitting. It is important for a kernel developer to be able to "quote" your changes, using standard e-mail tools, so that they may comment on specific portions of your code. -For this reason, all patches should be submitting e-mail "inline". +For this reason, all patches should be submitted by e-mail "inline". WARNING: Be wary of your editor's word-wrap corrupting your patch, if you choose to cut-n-paste your patch. |