From: Mauro Carvalho Chehab Date: Tue, 8 Apr 2025 10:09:32 +0000 (+0800) Subject: scripts/kernel-doc: switch to use kernel-doc.py X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fc862949a35aa4d5e92a10c64c620cde350bd511;p=linux.git scripts/kernel-doc: switch to use kernel-doc.py Now that all features are in place, change the kernel-doc alias to point to kernel-doc.py. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/d84a2ad282821928a60b8dcbec305ef7e7bd58e6.1744106242.git.mchehab+huawei@kernel.org --- diff --git a/scripts/kernel-doc b/scripts/kernel-doc index f175155c1e66..3b6ef807791a 120000 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -1 +1 @@ -kernel-doc.pl \ No newline at end of file +kernel-doc.py \ No newline at end of file