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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 A36D8C433DF for ; Mon, 15 Jun 2020 20:36:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75E9020768 for ; Mon, 15 Jun 2020 20:36:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592253375; bh=I69UtMEb9hSxBtRqEXCmiR68nJKs/Zsp2r5qsnWd/io=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=hjpYjdJ2nfpzWf71BFj08GJQC+O45vjMfaQicRc+DfDUOViG2tjhxIWNRylv7GG9U EaQp8g+9uBi/DCxeCCxiUfFYsC/mnb2U6BH0ygP2JmGhHEeRMiq+bCZ1WK4kp6qYp0 LyOyky4hAztgH18FBYq1Eia5xFWDtbjVAeLc8mBM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731170AbgFOUgM (ORCPT ); Mon, 15 Jun 2020 16:36:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:45090 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728346AbgFOUgL (ORCPT ); Mon, 15 Jun 2020 16:36:11 -0400 Received: from paulmck-ThinkPad-P72.home (50-39-105-78.bvtn.or.frontiernet.net [50.39.105.78]) (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 2420E2074D; Mon, 15 Jun 2020 20:36:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592253371; bh=I69UtMEb9hSxBtRqEXCmiR68nJKs/Zsp2r5qsnWd/io=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=Ln324mEu4wMdAeE5Yr+D9tFmx9A74Tlp8XogEvQGRZru60SdYrKkO+xVIhbI8lzRj Qd9rsgX85WPHlJlBQTsH4aOithnVgJ7lexNQeOx04CIaYpEJvmrExiBOAdpJ79quaG 8xhM1ac84ZGrv7wElI4xpIp9Trrwc+3WW9Ewq5VM= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 0689535218F0; Mon, 15 Jun 2020 13:36:11 -0700 (PDT) Date: Mon, 15 Jun 2020 13:36:11 -0700 From: "Paul E. McKenney" To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Joel Fernandes , rcu@vger.kernel.org Subject: Re: [PATCH 10/29] rcu: fix some kernel-doc warnings Message-ID: <20200615203610.GO2723@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <442c913556cba30f2f411e54efedcb97508f01a9.1592203542.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <442c913556cba30f2f411e54efedcb97508f01a9.1592203542.git.mchehab+huawei@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Jun 15, 2020 at 08:46:49AM +0200, Mauro Carvalho Chehab wrote: > There are some kernel-doc warnings: > > ./kernel/rcu/tree.c:2915: warning: Function parameter or member 'count' not described in 'kfree_rcu_cpu' > ./include/linux/rculist.h:517: warning: bad line: [@right ][node2 ... ] > ./include/linux/rculist.h:2: WARNING: Unexpected indentation. > > Move the comment for "count" to the kernel-doc markup and add > a missing "*" on one kernel-doc continuation line. > > Signed-off-by: Mauro Carvalho Chehab Queued and pushed, thank you! Thanx, Paul > --- > include/linux/rculist.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/rculist.h b/include/linux/rculist.h > index df587d181844..7eed65b5f713 100644 > --- a/include/linux/rculist.h > +++ b/include/linux/rculist.h > @@ -512,7 +512,7 @@ static inline void hlist_replace_rcu(struct hlist_node *old, > * @right: The hlist head on the right > * > * The lists start out as [@left ][node1 ... ] and > - [@right ][node2 ... ] > + * [@right ][node2 ... ] > * The lists end up as [@left ][node2 ... ] > * [@right ][node1 ... ] > */ > -- > 2.26.2 >