diff options
-rw-r--r-- | Documentation/SubmitChecklist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist index 6ebffb57e3db..19e7f65c269f 100644 --- a/Documentation/SubmitChecklist +++ b/Documentation/SubmitChecklist | |||
@@ -1,4 +1,4 @@ | |||
1 | Linux Kernel patch sumbittal checklist | 1 | Linux Kernel patch submission checklist |
2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
3 | 3 | ||
4 | Here are some basic things that developers should do if they want to see their | 4 | 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 | |||
9 | kernel patches. | 9 | kernel patches. |
10 | 10 | ||
11 | 11 | ||
12 | |||
13 | 1: Builds cleanly with applicable or modified CONFIG options =y, =m, and | 12 | 1: Builds cleanly with applicable or modified CONFIG options =y, =m, and |
14 | =n. No gcc warnings/errors, no linker warnings/errors. | 13 | =n. No gcc warnings/errors, no linker warnings/errors. |
15 | 14 | ||