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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 27C34C433DB for ; Thu, 14 Jan 2021 18:34:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D29FD23A23 for ; Thu, 14 Jan 2021 18:34:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728785AbhANSep (ORCPT ); Thu, 14 Jan 2021 13:34:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:50386 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728146AbhANSeo (ORCPT ); Thu, 14 Jan 2021 13:34:44 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4F08123B1A; Thu, 14 Jan 2021 18:34:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610649243; bh=7Ob49bvS1Q/8oWaAH0J5ILup9PX2XqAipLc7yfNBWQQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=r+a14GuoKoTvM9/sT6Xh84PMjrVlFhPaL6Z6BHikBPawau7xFoSVxuFgCNxSQSVNV AQV/gP+K3mQmQTHwOoZLH+NkbNA3GkyD66Bj6lepNqMa0htEoLOt/md2BV2Qt/2LuZ K/1YwARXGnlSVoMU7lokDHROuK3BvgzHeGkAheLPFhnKGp4EVC2x+EWsHf84Go4B/p Wc9D6GQY05XcE9c5M1/u4cUdRLNCuTgYj8+Kt9cn+hzxFdmIJrdWXC6gP9mkNyrmUK JKqbMzPz3usNAUSWv5w6sLqXUsCk+V2qATNm1c2Wz9o8uvsR6gbIaXgw1Qg5NPPcKM C6z3TNLAqFJ5g== Date: Thu, 14 Jan 2021 10:34:02 -0800 From: Jakub Kicinski To: Jon Maloy , Mauro Carvalho Chehab , Johannes Berg Cc: Linux Doc Mailing List , Jonathan Corbet , "David S. Miller" , Ying Xue , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net Subject: Re: [PATCH v6 12/16] net: tip: fix a couple kernel-doc markups Message-ID: <20210114103402.31946ed4@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <9d205b0e080153af0fbddee06ad0eb23457e1b1b.1610610937.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 14 Jan 2021 10:59:08 -0500 Jon Maloy wrote: > On 1/14/21 3:04 AM, Mauro Carvalho Chehab wrote: > > A function has a different name between their prototype > > and its kernel-doc markup: > > > > ../net/tipc/link.c:2551: warning: expecting prototype for link_reset_stats(). Prototype was for tipc_link_reset_stats() instead > > ../net/tipc/node.c:1678: warning: expecting prototype for is the general link level function for message sending(). Prototype was for tipc_node_xmit() instead > > > > Signed-off-by: Mauro Carvalho Chehab > > Acked-by: Jon Maloy Thanks! Applied this one to net, the cfg80211 one does not apply to net, so I'll leave it to Johannes.