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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 66E1CC433C1 for ; Sat, 20 Mar 2021 01:28:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D5D86197D for ; Sat, 20 Mar 2021 01:28:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229708AbhCTB1i (ORCPT ); Fri, 19 Mar 2021 21:27:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229564AbhCTB1W (ORCPT ); Fri, 19 Mar 2021 21:27:22 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E4FDC061760 for ; Fri, 19 Mar 2021 18:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Type:MIME-Version: References:Message-ID:In-Reply-To:Subject:cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kwBENxH4tArmiYMn84RwrXrfwMvKePUNkTzlUlB3DZ8=; b=Q0MEyiazHtZSFsuH+HOonJHGTt dk607nFH6ZwkYLk0najUZzznNdD8+9Ak4Kyt7gWqeQTxGuncmMIwSbckVNlAdvfC+qVRtTqvBN+8h Sw4s8a+iF3AAoNQWHj+tR7F34CnwCDmCGI78zv6dj0FcsQHWU8XaV5b79Yw6d3XIZeN9xhwbBbNDJ kEdKnxdXl08E7G8bu7vcO164Y+PBZ+tVMMUzWLAfiMz7a+HeQOlgYY9hkUNONGLTklld5Kz4bUWq0 Y/SF/8+/yd9lS01QNjCl98Rn0UEhfn8se2tycgcYhAXr7MHyQY+by64fl1x1UfkVKkMOKcE/ZybOq bklMx2Bg==; Received: from rdunlap (helo=localhost) by bombadil.infradead.org with local-esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lNQOS-001dwh-Vi; Sat, 20 Mar 2021 01:27:10 +0000 Date: Fri, 19 Mar 2021 18:27:08 -0700 (PDT) From: Randy Dunlap To: Bhaskar Chowdhury cc: peterz@infradead.org, mingo@redhat.com, acme@kernel.org, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, jolsa@redhat.com, namhyung@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf/builtin-c2c.c: Fix a punctuation In-Reply-To: <20210319232824.742-1-unixbhaskar@gmail.com> Message-ID: References: <20210319232824.742-1-unixbhaskar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: Randy Dunlap X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210319_182709_043334_CB1DAFB8 X-CRM114-Status: GOOD ( 12.10 ) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote: > > s/dont/don\'t/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > tools/perf/builtin-c2c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c > index e3b9d63077ef..af1c1b89e769 100644 > --- a/tools/perf/builtin-c2c.c > +++ b/tools/perf/builtin-c2c.c > @@ -1813,7 +1813,7 @@ static int hpp_list__parse(struct perf_hpp_list *hpp_list, > perf_hpp__setup_output_field(hpp_list); > > /* > - * We dont need other sorting keys other than those > + * We don't need other sorting keys other than those > * we already specified. It also really slows down > * the processing a lot with big number of output > * fields, so switching this off for c2c. > -- > 2.26.2 > >