Re: [PATCH v2 07/39] scripts/kernel-doc: rename it to scripts/kernel-doc.pl
From: Mauro Carvalho Chehab
Date: Tue Feb 25 2025 - 01:27:11 EST
Em Mon, 24 Feb 2025 16:23:21 -0700
Jonathan Corbet <corbet@xxxxxxx> escreveu:
> 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.
I wrote this in separate to make the diff clear that this patch
just renames the script without any changes. This helps you to
review.
When applying it, I would merge this one with the next patch, to
prevent bisect issues.
Thanks,
Mauro