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 13B13C636D4 for ; Fri, 10 Feb 2023 21:37:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233255AbjBJVh0 (ORCPT ); Fri, 10 Feb 2023 16:37:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233734AbjBJVhZ (ORCPT ); Fri, 10 Feb 2023 16:37:25 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB64A658C1; Fri, 10 Feb 2023 13:37:24 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 47BE561E9C; Fri, 10 Feb 2023 21:37:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8D8AC433EF; Fri, 10 Feb 2023 21:37:22 +0000 (UTC) Date: Fri, 10 Feb 2023 16:37:19 -0500 From: Steven Rostedt To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Daniel Bristot de Oliveira , linux-trace-devel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: Re: [PATCH 19/24] Documentation: tools/rtla: correct spelling Message-ID: <20230210163719.0a2a20e2@gandalf.local.home> In-Reply-To: <20230209071400.31476-20-rdunlap@infradead.org> References: <20230209071400.31476-1-rdunlap@infradead.org> <20230209071400.31476-20-rdunlap@infradead.org> 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-trace-devel@vger.kernel.org On Wed, 8 Feb 2023 23:13:55 -0800 Randy Dunlap wrote: > Correct spelling problems for Documentation/tools/rtla/ as reported > by codespell. > > Signed-off-by: Randy Dunlap > Cc: Daniel Bristot de Oliveira > Cc: Steven Rostedt > Cc: linux-trace-devel@vger.kernel.org > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Acked-by: Daniel Bristot de Oliveira > Acked-by: Steven Rostedt (Google) > --- > Documentation/tools/rtla/rtla-timerlat-top.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -- a/Documentation/tools/rtla/rtla-timerlat-top.rst b/Documentation/tools/rtla/rtla-timerlat-top.rst > --- a/Documentation/tools/rtla/rtla-timerlat-top.rst > +++ b/Documentation/tools/rtla/rtla-timerlat-top.rst > @@ -128,7 +128,7 @@ and then when the *timerlat* thread was > then be used as the starting point of a more fine-grained analysis. > > Note that **rtla timerlat** was dispatched without changing *timerlat* tracer > -threads' priority. That is generally not needed because these threads hava > +threads' priority. That is generally not needed because these threads have > priority *FIFO:95* by default, which is a common priority used by real-time > kernel developers to analyze scheduling delays. > Acked-by: Steven Rostedt (Google) -- Steve