From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751695AbaJOTaz (ORCPT ); Wed, 15 Oct 2014 15:30:55 -0400 Received: from mail.kernel.org ([198.145.19.201]:32825 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750870AbaJOTax (ORCPT ); Wed, 15 Oct 2014 15:30:53 -0400 Date: Wed, 15 Oct 2014 16:30:49 -0300 From: Arnaldo Carvalho de Melo To: Randy Dunlap Cc: Masanari Iida , linux-kernel@vger.kernel.org, a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com Subject: Re: [PATCH/v3] perf/documentation: Fix typo in perf/Documentation Message-ID: <20141015193049.GS3198@kernel.org> References: <540749B8.5090302@infradead.org> <1410275930-17207-1-git-send-email-standby24x7@gmail.com> <540F6713.2050703@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <540F6713.2050703@infradead.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Sep 09, 2014 at 01:46:11PM -0700, Randy Dunlap escreveu: > On 09/09/14 08:18, Masanari Iida wrote: > > This patch fix spelling typo found in tool/perf/Documentation. > > > > Signed-off-by: Masanari Iida > > Acked-by: Randy Dunlap Thanks, applied. > Thanks. > > > --- > > tools/perf/Documentation/perf-diff.txt | 6 +++--- > > tools/perf/Documentation/perf-kvm.txt | 4 ++-- > > tools/perf/Documentation/perf-list.txt | 2 +- > > tools/perf/Documentation/perf-record.txt | 2 +- > > tools/perf/Documentation/perf-script-perl.txt | 4 ++-- > > tools/perf/Documentation/perf-script-python.txt | 6 +++--- > > tools/perf/Documentation/perf-script.txt | 2 +- > > tools/perf/Documentation/perf-test.txt | 2 +- > > tools/perf/Documentation/perf-trace.txt | 2 +- > > 9 files changed, 15 insertions(+), 15 deletions(-) > > > -- > ~Randy