2007-08-24 09:45:36

by Andre Haupt

[permalink] [raw]
Subject: [patch trivial] fix typo in Documentation/SubmittingPatches

From: Andre Haupt <[email protected]>
Signed-off-by: Andre Haupt <[email protected]>
---
Index: linus/Documentation/SubmittingPatches
===================================================================
--- linus.orig/Documentation/SubmittingPatches 2007-08-24 11:12:33.000000000 +0200
+++ linus/Documentation/SubmittingPatches 2007-08-24 11:13:51.000000000 +0200
@@ -126,7 +126,7 @@
without even being read.

At a minimum you should check your patches with the patch style
-checker prior to submission (scripts/patchcheck.pl). You should
+checker prior to submission (scripts/checkpatch.pl). You should
be able to justify all violations that remain in your patch.



--


2007-08-24 15:47:28

by Randy Dunlap

[permalink] [raw]
Subject: Re: [patch trivial] fix typo in Documentation/SubmittingPatches

On Fri, 24 Aug 2007 11:45:13 +0200 [email protected] wrote:

> From: Andre Haupt <[email protected]>
> Signed-off-by: Andre Haupt <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

> ---
> Index: linus/Documentation/SubmittingPatches
> ===================================================================
> --- linus.orig/Documentation/SubmittingPatches 2007-08-24 11:12:33.000000000 +0200
> +++ linus/Documentation/SubmittingPatches 2007-08-24 11:13:51.000000000 +0200
> @@ -126,7 +126,7 @@
> without even being read.
>
> At a minimum you should check your patches with the patch style
> -checker prior to submission (scripts/patchcheck.pl). You should
> +checker prior to submission (scripts/checkpatch.pl). You should
> be able to justify all violations that remain in your patch.
>
>
>


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***