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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D502C433EF for ; Sun, 20 Feb 2022 17:08:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238191AbiBTRIl (ORCPT ); Sun, 20 Feb 2022 12:08:41 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:57656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbiBTRIk (ORCPT ); Sun, 20 Feb 2022 12:08:40 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5ECA9433AF; Sun, 20 Feb 2022 09:08:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id C9F89CE0BAA; Sun, 20 Feb 2022 17:08:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78D1DC340E8; Sun, 20 Feb 2022 17:08:15 +0000 (UTC) Date: Sun, 20 Feb 2022 12:08:14 -0500 From: Steven Rostedt To: Oscar Shiang Cc: Daniel Bristot de Oliveira , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer Message-ID: <20220220120814.4f593555@gandalf.local.home> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sun, 20 Feb 2022 20:12:00 +0800 Oscar Shiang wrote: > There are 2 duplicated words found in osnoise tracer documentation. > This patch removes them. > > Signed-off-by: Oscar Shiang Acked-by: Steven Rostedt (Google) -- Steve > --- > Documentation/trace/osnoise-tracer.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/trace/osnoise-tracer.rst b/Documentation/trace/osnoise-tracer.rst > index b648cb9bf..963def9f9 100644 > --- a/Documentation/trace/osnoise-tracer.rst > +++ b/Documentation/trace/osnoise-tracer.rst > @@ -51,7 +51,7 @@ For example:: > [root@f32 ~]# cd /sys/kernel/tracing/ > [root@f32 tracing]# echo osnoise > current_tracer > > -It is possible to follow the trace by reading the trace trace file:: > +It is possible to follow the trace by reading the trace file:: > > [root@f32 tracing]# cat trace > # tracer: osnoise > @@ -108,7 +108,7 @@ The tracer has a set of options inside the osnoise directory, they are: > option. > - tracing_threshold: the minimum delta between two time() reads to be > considered as noise, in us. When set to 0, the default value will > - will be used, which is currently 5 us. > + be used, which is currently 5 us. > > Additional Tracing > ------------------