diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2023-03-22 22:53:11 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-03-23 12:04:08 -0600 |
commit | 775a445d9a638d8950b1831b605ae6a92a468d7e (patch) | |
tree | cfa79381fa25fa74289c1ecfde68999c22a34cf4 /Documentation/process | |
parent | 054ed6349c1bdc5f4575aea05a1d37ee45ec5fb7 (diff) |
coding-style: fix title of Greg K-H's talk
The talk title was inadvertently mangled in 8c27ceff3604 ("docs: fix
locations of several documents that got moved").
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Link: https://lore.kernel.org/r/20230322215311.6579-1-jwilk@jwilk.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/coding-style.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst index 007e49ef6cec..6db37a46d305 100644 --- a/Documentation/process/coding-style.rst +++ b/Documentation/process/coding-style.rst @@ -1267,5 +1267,5 @@ gcc internals and indent, all available from https://www.gnu.org/manual/ WG14 is the international standardization working group for the programming language C, URL: http://www.open-std.org/JTC1/SC22/WG14/ -Kernel :ref:`process/coding-style.rst <codingstyle>`, by greg@kroah.com at OLS 2002: +Kernel CodingStyle, by greg@kroah.com at OLS 2002: http://www.kroah.com/linux/talks/ols_2002_kernel_codingstyle_talk/html/ |