From patchwork Fri Jul 14 04:51:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13312922 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 EFA8C6FDD for ; Fri, 14 Jul 2023 04:51:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9B782D63; Thu, 13 Jul 2023 21:51:34 -0700 (PDT) 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=fBHNk/5teiKF0xP49UxyZpW8fISmJXjYny9DANXhPDk=; b=2COurhKX5QFYivf6i7Zr/aNn73 QFFQ79/cPF9S01KhV09HQkEqM5Bt35VjzWKVmNOKOT3MEeM6pkE3uEDw8ivqQBpq9erUaV3YkcIvf 4KKB3kjBHTP34sgqauv/08O/xu4iuu66FaTGHGzWq+YYuAeG1ih+6cqEkeUsYVeJQ23Ksa24W33I3 eIVIANOCr6Z4LCeia34z+kHDpbc3bsUYs8FLvJPlbpV5AWHUNH/9CxsPCBrqTMHsyr6o+iU71HABO HhpCvEEbemhL+GihI88F8uZQPx0QmjmcwABlhqL2FW8SBPTYWqGXFgOvVYXoRjVyNu5+T2K6gZcvL 8CIe6Kgw==; Received: from [2601:1c2:980:9ec0::2764] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qKAm8-0050ZV-2k; Fri, 14 Jul 2023 04:51:28 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-wireless@vger.kernel.org, linux-wpan@vger.kernel.org, Jay Vosburgh , Andy Gospodarek , Johannes Berg , Mauro Carvalho Chehab , Alexander Aring , Stefan Schmidt , Miquel Raynal , Marcel Holtmann , Jamal Hadi Salim , Cong Wang , Jiri Pirko , Dave Taht , Moshe Shemesh , Jacob Keller , Nikolay Aleksandrov , Benjamin Berg , Jiri Benc , Leslie Monis , "Mohit P. Tahiliani" , Gautam Ramakrishnan , Prameela Rani Garnepudi , Siva Rebbagondla , Kalle Valo Subject: [PATCH v2 net 0/9] net: fix kernel-doc problems in include/net/ Date: Thu, 13 Jul 2023 21:51:18 -0700 Message-ID: <20230714045127.18752-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.41.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org Fix many (but not all) kernel-doc warnings in include/net/. [PATCH v2 net 1/9] net: bonding: remove kernel-doc comment marker [PATCH v2 net 2/9] net: cfg802154: fix kernel-doc notation warnings [PATCH v2 net 3/9] codel: fix kernel-doc notation warnings [PATCH v2 net 4/9] devlink: fix kernel-doc notation warnings [PATCH v2 net 5/9] inet: frags: remove kernel-doc comment marker [PATCH v2 net 6/9] net: llc: fix kernel-doc notation warnings [PATCH v2 net 7/9] net: NSH: fix kernel-doc notation warning [PATCH v2 net 8/9] pie: fix kernel-doc notation warning [PATCH v2 net 9/9] rsi: remove kernel-doc comment marker v2: drop the wifi/80211 patches, waiting for their reviewers or maintainers; include/linux/inet_frag.h: keep the kernel-doc comment; include/net/bonding.h | 2 +- include/net/cfg80211.h | 1 - include/net/cfg802154.h | 3 ++- include/net/codel.h | 4 ++-- include/net/devlink.h | 28 ++++++++++++++++------------ include/net/ieee80211_radiotap.h | 3 ++- include/net/inet_frag.h | 2 +- include/net/llc_pdu.h | 6 ++++-- include/net/mac80211.h | 1 + include/net/nsh.h | 2 +- include/net/pie.h | 2 +- include/net/rsi_91x.h | 2 +- 12 files changed, 32 insertions(+), 24 deletions(-) Cc: "David S. Miller" Cc: Eric Dumazet Cc: Jakub Kicinski Cc: Paolo Abeni Cc: linux-wireless@vger.kernel.org Cc: linux-wpan@vger.kernel.org Cc: Jay Vosburgh Cc: Andy Gospodarek Cc: Johannes Berg Cc: Mauro Carvalho Chehab Cc: Alexander Aring Cc: Stefan Schmidt Cc: Miquel Raynal Cc: Marcel Holtmann Cc: Jamal Hadi Salim Cc: Cong Wang Cc: Jiri Pirko Cc: Dave Taht Cc: Moshe Shemesh Cc: Jacob Keller Cc: Nikolay Aleksandrov Cc: Benjamin Berg Cc: Jiri Benc Cc: Leslie Monis Cc: "Mohit P. Tahiliani" Cc: Gautam Ramakrishnan Cc: Prameela Rani Garnepudi Cc: Siva Rebbagondla Cc: Kalle Valo