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=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable 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 509C4C4708F for ; Wed, 2 Jun 2021 02:25:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 311476139A for ; Wed, 2 Jun 2021 02:25:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230136AbhFBC1K (ORCPT ); Tue, 1 Jun 2021 22:27:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:48948 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229792AbhFBC1K (ORCPT ); Tue, 1 Jun 2021 22:27:10 -0400 Received: from rorschach.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6116C61008; Wed, 2 Jun 2021 02:25:27 +0000 (UTC) Date: Tue, 1 Jun 2021 22:25:27 -0400 From: Steven Rostedt To: Jonathan Corbet Cc: Haocheng Xie , mingo@redhat.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: Fix typos in Documentation/trace/ftrace.rst Message-ID: <20210601222527.7cea98c6@rorschach.local.home> In-Reply-To: <87a6o98adq.fsf@meer.lwn.net> References: <20210531083905.25763-1-xiehaocheng.cn@gmail.com> <87a6o98adq.fsf@meer.lwn.net> 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 Tue, 01 Jun 2021 16:53:37 -0600 Jonathan Corbet wrote: > Haocheng Xie writes: > > > Fix the usage of "a/the" and improve the readability. > > > > Signed-off-by: Haocheng Xie > > --- > > Documentation/trace/ftrace.rst | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst > > index 62c98e9..11cc1c2 100644 > > --- a/Documentation/trace/ftrace.rst > > +++ b/Documentation/trace/ftrace.rst > > @@ -354,8 +354,8 @@ of ftrace. Here is a list of some of the key files: > > is being directly called by the function. If the count is greater > > than 1 it most likely will be ftrace_ops_list_func(). > > > > - If the callback of the function jumps to a trampoline that is > > - specific to a the callback and not the standard trampoline, > > + If the callback of a function jumps to a trampoline which is > > + specific to the callback and which is not the standard trampoline, > > The "that" in the first line was actually correct and best left > unchanged. I've applied the patch, but took the liberty of putting > "that" back. Right. And if it is modifying the "the" here, it should be modifying the "the function" in the previous paragraph as well. -- Steve