Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> writes: > In preparation for deprecating scripts/kernel-doc in favor of a > new version written in Perl, rename it to scripts/kernel-doc.pl. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > --- > scripts/{kernel-doc => kernel-doc.pl} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename scripts/{kernel-doc => kernel-doc.pl} (100%) > > diff --git a/scripts/kernel-doc b/scripts/kernel-doc.pl > similarity index 100% > rename from scripts/kernel-doc > rename to scripts/kernel-doc.pl > -- > 2.48.1 A pretty tiny nit but ... this isn't bisectable. I'm not sure how worried we are about that, but I thought I'd point it out. jon