From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E090C0650F for ; Thu, 8 Aug 2019 18:55:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CAB0921874 for ; Thu, 8 Aug 2019 18:55:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565290506; bh=0FYZ0E1fE3GWGwKkDK/WorE4xK8vdcj4fgwPP2WiwyY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=FnheinYe9sWnIuJslwNt2t1ZaB+GtV23QEdWFUO7/kHFA+z7Pp9QGgqpVVOoS/Q55 iCDaRDjVii5XoIvFvDzG7tBiDxajgIE5fqghJPPqN1lAQJRr3f9VvC7ksn1sSiTAzS V4EPsdKQR61KMm7ERFtCcH2dNHk4cB0jMru1Ubug= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390347AbfHHSzF (ORCPT ); Thu, 8 Aug 2019 14:55:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:36166 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390228AbfHHSzF (ORCPT ); Thu, 8 Aug 2019 14:55:05 -0400 Received: from quaco.ghostprotocols.net (unknown [177.195.210.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 72D8A21881; Thu, 8 Aug 2019 18:54:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565290504; bh=0FYZ0E1fE3GWGwKkDK/WorE4xK8vdcj4fgwPP2WiwyY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=al0bA3ik+eeEKta3Wx1YrNgW3+8mEzbaBqoProx4ikMRPFT2gZZqZ26ESLTtxSq2S amD8qaPiAa7yoa4SpccqdOU9kxfClLBvOH3isPgL9V31JRfMPwLtDI+U53HPFmlYbT eB1G8C5nGjv1f1Kj41FhZZOkyDWQ3ORXaP9WIhjk= From: Arnaldo Carvalho de Melo To: Ingo Molnar , Thomas Gleixner Cc: Jiri Olsa , Namhyung Kim , Clark Williams , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Masanari Iida , Mukesh Ojha , Alexander Shishkin , Peter Zijlstra , Arnaldo Carvalho de Melo Subject: [PATCH 06/10] perf tools: Fix a typo in a variable name in the Documentation Makefile Date: Thu, 8 Aug 2019 15:53:54 -0300 Message-Id: <20190808185358.20125-7-acme@kernel.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190808185358.20125-1-acme@kernel.org> References: <20190808185358.20125-1-acme@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Masanari Iida This patch fix a spelling typo in a variable name in the Documentation Makefile. Signed-off-by: Masanari Iida Reviewed-by: Mukesh Ojha Cc: Alexander Shishkin Cc: Namhyung Kim Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20190801032812.25018-1-standby24x7@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- 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.21.0