Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp5720681pxb; Tue, 16 Feb 2021 06:06:51 -0800 (PST) X-Google-Smtp-Source: ABdhPJySTgRqFhqVxBICKrxhePttLm7q/oFGOAQl5+iB+qjNnZIg5breAxkrW6JWgUzzhfnAdOaB X-Received: by 2002:a17:906:4058:: with SMTP id y24mr17750774ejj.6.1613484411153; Tue, 16 Feb 2021 06:06:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613484411; cv=none; d=google.com; s=arc-20160816; b=wiRIw1VASSmD14jVqBaKEc/RfOnbc4XjV00ebYopicByJsbeCYxd9mT+TpC9OREBfN YH3OgzsbTbeDW4/Oa0xugfBTDvwp6Wh4SR21KaN9sRc6kVGBNxUSNxd4+/UXizJwZuCg q5KbkBZfXATNtUjCox0rYzdNgWYdNcOjo8f0Kd3igUJ6AyuBJpaUHC24OH75BUU71Uob 5yTP110j31lL3+e/czOH89vLFKbheN2Nf20YjzqHmkZuNUtHoPZN9PMU9gynmUPpN88P gcdeymSlte6ksWE1hBM359rq5FVdFEwMbLbCjzb0tBuSaUF+uYOXdlddF/6kuQ8rnnHJ /Jsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:references:cc :to:from:subject; bh=jogm8c67gn9Rk5I1Pdz5CmU17fq6jVzqgcazotRcH4A=; b=rQR14jbVG/u8T+OkuA6yXBha8sdrGZjA4PA7XdqWixJ3AtgnVWTUk2OjGLhjTFotpn d1/CuExh1VLBqdhi2gaUYG0zrFzjOLAy2q76Tc3m6UBZRXLtanl1nkX7YaH2lthi/CLH dIipQFV2kz9lknPqJtFgw0bUtUY+Hh3yQfQwXCP5ROvHKQ2MqRQUOyitHs3UDBqGi1oC MI7Q7JlfL+1PrTLjTwiJoFoWknXZbTm4siXpjW3M//8A8z3XqTHWYnNPdfW4z/lL4mU3 92U0XmugImk3gC3DDUJDlkwnpVaToGXEet0xUVnfpjlF5H8cnTHNMAnL+8LsauVoYYDz jYxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c24si14788954edv.48.2021.02.16.06.06.25; Tue, 16 Feb 2021 06:06:51 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229830AbhBPOFw (ORCPT + 99 others); Tue, 16 Feb 2021 09:05:52 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:51009 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229713AbhBPOFv (ORCPT ); Tue, 16 Feb 2021 09:05:51 -0500 Received: from 1.general.cking.uk.vpn ([10.172.193.212]) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lC0yT-0000mq-G8; Tue, 16 Feb 2021 14:05:09 +0000 Subject: NACK: [PATCH][next] tracing/tools: fix spelling mistake "functionph" -> "graph" From: Colin Ian King To: Steven Rostedt , Viktor Rosendahl Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210216140112.159926-1-colin.king@canonical.com> Message-ID: <87d92a26-ae1c-e76b-76b1-315e4cf759fc@canonical.com> Date: Tue, 16 Feb 2021 14:05:09 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <20210216140112.159926-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/02/2021 14:01, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in the -g help option, I believe > it should be "graph". Fix it. > > Signed-off-by: Colin Ian King > --- > tools/tracing/latency/latency-collector.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/tracing/latency/latency-collector.c b/tools/tracing/latency/latency-collector.c > index 57b20802e71b..8d28234cd6fb 100644 > --- a/tools/tracing/latency/latency-collector.c > +++ b/tools/tracing/latency/latency-collector.c > @@ -1711,7 +1711,7 @@ static void show_usage(void) > "\t\t\tbeginning, end, and backtrace.\n\n" > > "-g, --graph\t\tEnable the display-graph option in trace_option. This\n" > -"\t\t\toption causes ftrace to show the functionph of how\n" > +"\t\t\toption causes ftrace to show the graph of how\n" > "\t\t\tfunctions are calling other functions.\n\n" > > "-c, --policy POL\tRun the program with scheduling policy POL. POL can be\n" > Found another spelling mistake, sending a V2 soon.