From patchwork Fri Jan 12 05:00:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13517941 X-Patchwork-Delegate: kuba@kernel.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EF96E5B5B3; Fri, 12 Jan 2024 05:00:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="UxrURFed" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=vgJoxByM6oiQwE5/ygczGmqmO8QxfCFpN0WkRcWZdaI=; b=UxrURFedLIFFev9h7SzxjxxSkP ZdSRg+Bf00xFEa/Ui5X3S9ZM6KCAK4it19SE97RrMyyzB4B3OVkA55kmH7AGoBheJOlsAqsMRru1M Xoq74z38STTsPniQ4RTMMMXv1njlBPwizQNCqCEtXCbtZyL1DSehvOBas1PZ6rdlwjTV3to3UN+Hq DGgXeKt/UnPnbhierGwrRpsqvvGbFviUDYtKOq9Ojzlhx/Ty8l65n04//4Xp0YP0hCeUQqsv/ZEEu 32Bp1S4AyyM3kIWGcXst+7G3YQgzooHuLk+AGnS0a2fZSomE5p+BKoLyxeH51p0ga30j8gpnQ9Zwa B0Cb4ylg==; Received: from [50.53.46.231] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1rO9eM-001tOt-2V; Fri, 12 Jan 2024 05:00:10 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jon Maloy , Ying Xue , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, Jonathan Corbet Subject: [PATCH] tipc: node: remove Excess struct member kernel-doc warnings Date: Thu, 11 Jan 2024 21:00:10 -0800 Message-ID: <20240112050010.25626-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org Remove 2 kernel-doc descriptions to squelch warnings: node.c:150: warning: Excess struct member 'inputq' description in 'tipc_node' node.c:150: warning: Excess struct member 'namedq' description in 'tipc_node' Signed-off-by: Randy Dunlap Cc: Jon Maloy Cc: Ying Xue Cc: "David S. Miller" Cc: Eric Dumazet Cc: Jakub Kicinski Cc: Paolo Abeni Cc: netdev@vger.kernel.org Cc: Jonathan Corbet --- net/tipc/node.c | 2 -- 1 file changed, 2 deletions(-) diff -- a/net/tipc/node.c b/net/tipc/node.c --- a/net/tipc/node.c +++ b/net/tipc/node.c @@ -86,8 +86,6 @@ struct tipc_bclink_entry { * @lock: rwlock governing access to structure * @net: the applicable net namespace * @hash: links to adjacent nodes in unsorted hash chain - * @inputq: pointer to input queue containing messages for msg event - * @namedq: pointer to name table input queue with name table messages * @active_links: bearer ids of active links, used as index into links[] array * @links: array containing references to all links to node * @bc_entry: broadcast link entry