2019-08-01 03:58:51

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] perf tools: Fix a typo in Makefile

This patch fix a spelling typo in Makefile.

Signed-off-by: Masanari Iida <[email protected]>
---
tools/perf/Documentation/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 6d148a40551c..adc5a7e44b98 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
$(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
mv $@+ $@

--include $(OUPTUT)doc.dep
+-include $(OUTPUT)doc.dep

_cmds_txt = cmds-ancillaryinterrogators.txt \
cmds-ancillarymanipulators.txt \
--
2.23.0.rc0


2019-08-02 09:09:54

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] perf tools: Fix a typo in Makefile


On 8/1/2019 8:58 AM, Masanari Iida wrote:
> This patch fix a spelling typo in Makefile.
>
> Signed-off-by: Masanari Iida <[email protected]>

Reviewed-by: Mukesh Ojha <[email protected]>

-Mukesh

> ---
> tools/perf/Documentation/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
> index 6d148a40551c..adc5a7e44b98 100644
> --- a/tools/perf/Documentation/Makefile
> +++ b/tools/perf/Documentation/Makefile
> @@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
> $(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
> mv $@+ $@
>
> --include $(OUPTUT)doc.dep
> +-include $(OUTPUT)doc.dep
>
> _cmds_txt = cmds-ancillaryinterrogators.txt \
> cmds-ancillarymanipulators.txt \

2019-08-08 13:39:49

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH] perf tools: Fix a typo in Makefile

Em Fri, Aug 02, 2019 at 10:54:28AM +0530, Mukesh Ojha escreveu:
>
> On 8/1/2019 8:58 AM, Masanari Iida wrote:
> > This patch fix a spelling typo in Makefile.
> >
> > Signed-off-by: Masanari Iida <[email protected]>
>
> Reviewed-by: Mukesh Ojha <[email protected]>

Thanks, applied.

- Arnaldo

> -Mukesh
>
> > ---
> > tools/perf/Documentation/Makefile | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
> > index 6d148a40551c..adc5a7e44b98 100644
> > --- a/tools/perf/Documentation/Makefile
> > +++ b/tools/perf/Documentation/Makefile
> > @@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
> > $(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
> > mv $@+ $@
> > --include $(OUPTUT)doc.dep
> > +-include $(OUTPUT)doc.dep
> > _cmds_txt = cmds-ancillaryinterrogators.txt \
> > cmds-ancillarymanipulators.txt \

--

- Arnaldo

Subject: [tip:perf/urgent] perf tools: Fix a typo in a variable name in the Documentation Makefile

Commit-ID: 89b66500f739e0033ef59011e3df694f2053679d
Gitweb: https://git.kernel.org/tip/89b66500f739e0033ef59011e3df694f2053679d
Author: Masanari Iida <[email protected]>
AuthorDate: Thu, 1 Aug 2019 12:28:12 +0900
Committer: Arnaldo Carvalho de Melo <[email protected]>
CommitDate: Thu, 8 Aug 2019 15:41:10 -0300

perf tools: Fix a typo in a variable name in the Documentation Makefile

This patch fix a spelling typo in a variable name in the Documentation Makefile.

Signed-off-by: Masanari Iida <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
tools/perf/Documentation/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 6d148a40551c..adc5a7e44b98 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
$(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
mv $@+ $@

--include $(OUPTUT)doc.dep
+-include $(OUTPUT)doc.dep

_cmds_txt = cmds-ancillaryinterrogators.txt \
cmds-ancillarymanipulators.txt \