From: Jonathan Corbet Date: Tue, 20 Jan 2026 22:57:06 +0000 (-0700) Subject: docs: add a scripts/kernel-doc symbolic link X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e732c12dab2a7fc2e354bc524af6a8f73f4bc7;p=thirdparty%2Fkernel%2Flinux.git docs: add a scripts/kernel-doc symbolic link Some folks evidently have muscle memory expecting kernel-doc to be under scripts/. Now that we have moved it to tools/docs, leave behind a symbolic link to reduce the global profanity count. Signed-off-by: Jonathan Corbet --- diff --git a/scripts/kernel-doc b/scripts/kernel-doc new file mode 120000 index 0000000000000..9cc1459ffcdb7 --- /dev/null +++ b/scripts/kernel-doc @@ -0,0 +1 @@ +../tools/docs/kernel-doc \ No newline at end of file