diff options
author | Luis de Bethencourt <luis@debethencourt.com> | 2015-07-03 18:22:11 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-07-10 22:56:44 +0300 |
commit | 60498bb58e9a614b9706f250667033f30632a25c (patch) | |
tree | 0e73465b528f68130ea75d38337c77d45d39b30f /Documentation/SubmittingPatches | |
parent | 4b10df7f2c8b3c6de12375b85456c6fd275af6d0 (diff) | |
download | linux-60498bb58e9a614b9706f250667033f30632a25c.tar.xz |
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 <luis@debethencourt.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index e9395dfc4190..67cf50914bbd 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -796,7 +796,7 @@ NO!!!! No more huge patch bombs to linux-kernel@vger.kernel.org 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> |