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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 012FAC433DB for ; Sat, 27 Mar 2021 08:15:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD7FC6192B for ; Sat, 27 Mar 2021 08:15:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231310AbhC0IOo (ORCPT ); Sat, 27 Mar 2021 04:14:44 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:14631 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230236AbhC0IOa (ORCPT ); Sat, 27 Mar 2021 04:14:30 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4F6s5Q1ZqCz1BGkh; Sat, 27 Mar 2021 16:12:26 +0800 (CST) Received: from localhost.localdomain.localdomain (10.175.113.25) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.498.0; Sat, 27 Mar 2021 16:14:19 +0800 From: Xiongfeng Wang To: , , CC: , Subject: [PATCH 0/9] net: Correct function names in the kerneldoc comments Date: Sat, 27 Mar 2021 16:15:47 +0800 Message-ID: <20210327081556.113140-1-wangxiongfeng2@huawei.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.113.25] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Xiongfeng Wang (9): l3mdev: Correct function names in the kerneldoc comments netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc comments net: core: Correct function name dev_uc_flush() in the kerneldoc net: core: Correct function name netevent_unregister_notifier() in the kerneldoc net: 9p: Correct function name errstr2errno() in the kerneldoc comments 9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldoc net: 9p: Correct function names in the kerneldoc comments ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc comments NFC: digital: Correct function name in the kerneldoc comments net/9p/client.c | 4 ++-- net/9p/error.c | 2 +- net/9p/trans_fd.c | 2 +- net/core/dev_addr_lists.c | 2 +- net/core/netevent.c | 2 +- net/ipv6/ip6_tunnel.c | 2 +- net/l3mdev/l3mdev.c | 4 ++-- net/netlabel/netlabel_mgmt.c | 2 +- net/nfc/digital_core.c | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) -- 2.20.1