[PATCH v2 07/39] scripts/kernel-doc: rename it to scripts/kernel-doc.pl

Mauro Carvalho Chehab posted 39 patches 11 months, 2 weeks ago
There is a newer version of this series
[PATCH v2 07/39] scripts/kernel-doc: rename it to scripts/kernel-doc.pl
Posted by Mauro Carvalho Chehab 11 months, 2 weeks ago
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@kernel.org>
---
 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
Re: [PATCH v2 07/39] scripts/kernel-doc: rename it to scripts/kernel-doc.pl
Posted by Jonathan Corbet 11 months, 2 weeks ago
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 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@kernel.org>
> ---
>  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
Re: [PATCH v2 07/39] scripts/kernel-doc: rename it to scripts/kernel-doc.pl
Posted by Mauro Carvalho Chehab 11 months, 2 weeks ago
Em Mon, 24 Feb 2025 16:23:21 -0700
Jonathan Corbet <corbet@lwn.net> escreveu:

> Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 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@kernel.org>
> > ---
> >  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