From patchwork Thu Sep 10 14:56:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Hai X-Patchwork-Id: 1361957 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=huawei.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BnVcg6ytgz9sVS for ; Fri, 11 Sep 2020 06:20:19 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726920AbgIJUUQ (ORCPT ); Thu, 10 Sep 2020 16:20:16 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:11797 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730877AbgIJO7R (ORCPT ); Thu, 10 Sep 2020 10:59:17 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 7B8FBB3EEC11B98B58E5; Thu, 10 Sep 2020 22:59:13 +0800 (CST) Received: from huawei.com (10.175.113.133) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.487.0; Thu, 10 Sep 2020 22:59:06 +0800 From: Wang Hai To: , , , , , , , CC: , Subject: [PATCH net-next 0/6] Fix some kernel-doc warnings for hns Date: Thu, 10 Sep 2020 22:56:14 +0800 Message-ID: <20200910145620.27470-1-wanghai38@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.175.113.133] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Fix some kernel-doc warnings for hns. Wang Hai (6): hinic: Fix some kernel-doc warnings in hinic_hw_io.c net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister() net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.c net: hns: Fix some kernel-doc warnings in hns_enet.c net: hns: Fix a kernel-doc warning in hinic_hw_api_cmd.c net: hns: Fix a kernel-doc warning in hinic_hw_eqs.c drivers/net/ethernet/hisilicon/hns/hnae.c | 2 +- drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c | 3 +-- drivers/net/ethernet/hisilicon/hns/hns_enet.c | 3 +-- drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c | 2 +- drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c | 2 +- drivers/net/ethernet/huawei/hinic/hinic_hw_io.c | 4 ++-- 6 files changed, 7 insertions(+), 9 deletions(-)