This trivial patch makes the following changes to Documentation/SubmitChecklist :
- "sumbittal" is not a word, replace with "submission".
- Remove a blank line, two should be enough.
Signed-off-by: Jesper Juhl <[email protected]>
---
Documentation/SubmitChecklist | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist
index 6ebffb5..19e7f65 100644
--- a/Documentation/SubmitChecklist
+++ b/Documentation/SubmitChecklist
@@ -1,4 +1,4 @@
-Linux Kernel patch sumbittal checklist
+Linux Kernel patch submission checklist
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Here are some basic things that developers should do if they want to see their
@@ -9,7 +9,6 @@ Documentation/SubmittingPatches and elsewhere regarding submitting Linux
kernel patches.
-
1: Builds cleanly with applicable or modified CONFIG options =y, =m, and
=n. No gcc warnings/errors, no linker warnings/errors.
On Wed, 6 Jun 2007 13:55:48 +0200 Jesper Juhl wrote:
>
> This trivial patch makes the following changes to Documentation/SubmitChecklist :
>
> - "sumbittal" is not a word, replace with "submission".
> - Remove a blank line, two should be enough.
>
> Signed-off-by: Jesper Juhl <[email protected]>
> ---
Acked-by: Randy Dunlap <[email protected]>
> Documentation/SubmitChecklist | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist
> index 6ebffb5..19e7f65 100644
> --- a/Documentation/SubmitChecklist
> +++ b/Documentation/SubmitChecklist
> @@ -1,4 +1,4 @@
> -Linux Kernel patch sumbittal checklist
> +Linux Kernel patch submission checklist
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Here are some basic things that developers should do if they want to see their
> @@ -9,7 +9,6 @@ Documentation/SubmittingPatches and elsewhere regarding submitting Linux
> kernel patches.
>
>
> -
> 1: Builds cleanly with applicable or modified CONFIG options =y, =m, and
> =n. No gcc warnings/errors, no linker warnings/errors.
>
>
>
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***