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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 444FCC433E0 for ; Tue, 2 Feb 2021 09:36:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0357D64EDC for ; Tue, 2 Feb 2021 09:36:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233074AbhBBJgg (ORCPT ); Tue, 2 Feb 2021 04:36:36 -0500 Received: from verein.lst.de ([213.95.11.211]:45062 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231688AbhBBJf2 (ORCPT ); Tue, 2 Feb 2021 04:35:28 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id A1C5368BFE; Tue, 2 Feb 2021 10:34:45 +0100 (CET) Date: Tue, 2 Feb 2021 10:34:45 +0100 From: Christoph Hellwig To: Chaitanya Kulkarni Cc: linux-block@vger.kernel.org, paolo.valente@linaro.org, axboe@kernel.dk, rostedt@goodmis.org, mingo@redhat.com, johannes.thumshirn@wdc.com, damien.lemoal@wdc.com, bvanassche@acm.org, dongli.zhang@oracle.com, akpm@linux-foundation.org, aravind.ramesh@wdc.com, joshi.k@samsung.com, niklas.cassel@wdc.com, hare@suse.de, colyli@suse.de, tj@kernel.org, rdunlap@infradead.org, jack@suse.cz, hch@lst.de Subject: Re: [PATCH 3/7] blktrace: fix blk_rq_issue documentation Message-ID: <20210202093445.GC17771@lst.de> References: <20210202052544.4108-1-chaitanya.kulkarni@wdc.com> <20210202052544.4108-12-chaitanya.kulkarni@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210202052544.4108-12-chaitanya.kulkarni@wdc.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Mon, Feb 01, 2021 at 09:25:40PM -0800, Chaitanya Kulkarni wrote: > The commit 881245dcff29 ("Add DocBook documentation for the block tracepoints.") > added the comment for blk_rq_issue() tracepoint. Remove the duplicate > word from the tracepoint documentation. > > Signed-off-by: Chaitanya Kulkarni Looks good, Reviewed-by: Christoph Hellwig