linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf tools: Fix a typo in Makefile
@ 2019-08-01  3:28 Masanari Iida
  2019-08-02  5:24 ` Mukesh Ojha
  2019-08-08 20:20 ` [tip:perf/urgent] perf tools: Fix a typo in a variable name in the Documentation Makefile tip-bot for Masanari Iida
  0 siblings, 2 replies; 4+ messages in thread
From: Masanari Iida @ 2019-08-01  3:28 UTC (permalink / raw)
  To: linux-kernel, peterz, mingo, acme, alexander.shishkin, namhyung
  Cc: Masanari Iida

This patch fix a spelling typo in Makefile.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] perf tools: Fix a typo in Makefile
  2019-08-01  3:28 [PATCH] perf tools: Fix a typo in Makefile Masanari Iida
@ 2019-08-02  5:24 ` Mukesh Ojha
  2019-08-08 13:38   ` Arnaldo Carvalho de Melo
  2019-08-08 20:20 ` [tip:perf/urgent] perf tools: Fix a typo in a variable name in the Documentation Makefile tip-bot for Masanari Iida
  1 sibling, 1 reply; 4+ messages in thread
From: Mukesh Ojha @ 2019-08-02  5:24 UTC (permalink / raw)
  To: Masanari Iida, linux-kernel, peterz, mingo, acme,
	alexander.shishkin, namhyung


On 8/1/2019 8:58 AM, Masanari Iida wrote:
> This patch fix a spelling typo in Makefile.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

-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 \

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] perf tools: Fix a typo in Makefile
  2019-08-02  5:24 ` Mukesh Ojha
@ 2019-08-08 13:38   ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2019-08-08 13:38 UTC (permalink / raw)
  To: Mukesh Ojha
  Cc: Masanari Iida, linux-kernel, peterz, mingo, alexander.shishkin, namhyung

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 <standby24x7@gmail.com>
> 
> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [tip:perf/urgent] perf tools: Fix a typo in a variable name in the Documentation Makefile
  2019-08-01  3:28 [PATCH] perf tools: Fix a typo in Makefile Masanari Iida
  2019-08-02  5:24 ` Mukesh Ojha
@ 2019-08-08 20:20 ` tip-bot for Masanari Iida
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Masanari Iida @ 2019-08-08 20:20 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: namhyung, peterz, standby24x7, hpa, acme, linux-kernel,
	alexander.shishkin, tglx, mojha, mingo

Commit-ID:  89b66500f739e0033ef59011e3df694f2053679d
Gitweb:     https://git.kernel.org/tip/89b66500f739e0033ef59011e3df694f2053679d
Author:     Masanari Iida <standby24x7@gmail.com>
AuthorDate: Thu, 1 Aug 2019 12:28:12 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
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 <standby24x7@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20190801032812.25018-1-standby24x7@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 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 \

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-08 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-01  3:28 [PATCH] perf tools: Fix a typo in Makefile Masanari Iida
2019-08-02  5:24 ` Mukesh Ojha
2019-08-08 13:38   ` Arnaldo Carvalho de Melo
2019-08-08 20:20 ` [tip:perf/urgent] perf tools: Fix a typo in a variable name in the Documentation Makefile tip-bot for Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).