2015-07-03 15:22:19

by Luis de Bethencourt

[permalink] [raw]
Subject: [PATCH] SubmittingPatches: update CodingStyle reference

Link to the internal up to date Coding Style document inside the Kernel
sources instead of an external one.

Signed-off-by: Luis de Bethencourt <[email protected]>
---
Documentation/SubmittingPatches | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 27e7e5e..0dd72eb 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -796,7 +796,7 @@ NO!!!! No more huge patch bombs to [email protected] people!
<https://lkml.org/lkml/2005/7/11/336>

Kernel Documentation/CodingStyle:
- <http://users.sosdg.org/~qiyong/lxr/source/Documentation/CodingStyle>
+ <Documentation/CodingStyle>

Linus Torvalds's mail on the canonical patch format:
<http://lkml.org/lkml/2005/4/7/183>
--
2.1.0


2015-07-10 19:57:11

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] SubmittingPatches: update CodingStyle reference

On Fri, 3 Jul 2015 16:22:11 +0100
Luis de Bethencourt <[email protected]> wrote:

> Link to the internal up to date Coding Style document inside the Kernel
> sources instead of an external one.

Makes sense; applied to the docs tree.

Thanks,

jon

2015-07-11 13:50:33

by Luis de Bethencourt

[permalink] [raw]
Subject: Re: [PATCH] SubmittingPatches: update CodingStyle reference

On Fri, Jul 10, 2015 at 01:57:06PM -0600, Jonathan Corbet wrote:
> On Fri, 3 Jul 2015 16:22:11 +0100
> Luis de Bethencourt <[email protected]> wrote:
>
> > Link to the internal up to date Coding Style document inside the Kernel
> > sources instead of an external one.
>
> Makes sense; applied to the docs tree.
>
> Thanks,
>
> jon

Thank you Jon!

Let me know if I can help.

Have a good weekend.
Luis