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
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
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