Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1401390pxj; Sat, 15 May 2021 13:39:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxvVCfcpXS/kTxgiJKFG0xXR0QlInjn0Ly6+SgiYydSsLhpvkOdiOX4/6DaKTcyxZ5/oDkI X-Received: by 2002:a02:5d44:: with SMTP id w65mr5520553jaa.15.1621111144361; Sat, 15 May 2021 13:39:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621111144; cv=none; d=google.com; s=arc-20160816; b=RYK2nBy5V+UJAcu87oJJpeuq7lTnTaUMukK00H3Aa++7Z4pGJ8uBRMU/+YuuKeGP95 rxoRIMQsxMzLVme897/1NljdRt/kX3zuCqazqPgsPEFYTgpOsFsOpZBJNA7+NVuUfkPS adu6++GA86lFB2F4bxbS4Ydnk/vOGbZxpitk68cCUR9mekacTeP9Lh3yB7pCNFJHqOXF JBS8RLQ8iohYLUkJWP6WheqXZwlPAaCr27ZIr4s9Fx8jIDdnteMYG/fAgqx9w66dea7f 3gUFS+7hs9PSlGTSk54NMz0jVOc70jmntgOtqvTIfgFeDgNp+zIrykQz0wUmp0uq8ioN 0dlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=tOCEMqk/g1r9guIdXRXGf1nBFs8epJ0UcyV5+0Wa29s=; b=NS43+O982eF5VF7KzL46y0JJvjyknHnMvkWULh5hYR116eDprqmdNhSInLiPQ2RbZX MDBpvQ7WrXi5eoMTo4Z/LJmvOLBf7vSSwYsJptj4pvxwPqLMlF+vxwknNgkob+eOYh4L I5NsDJbPydSRjEbwYRJ4h4NXCpTKpAZm2sUizzz/AH/8431LzTFLlRvqv6Vourf5YARF N4c2Qd1nACZLY8nBGEzRZntc1LHdJ7iEEJLl0lE5a7gaixPDHOffxawmKb7yTLnuJnyS QFAr0BrK553KDulV7bkKAHsven1M1gi0NJGNhqFX1cedgJ3e20Q2w1x2Xve4newU5bBz Nqkw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c15si3448256ilr.32.2021.05.15.13.38.38; Sat, 15 May 2021 13:39:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235099AbhEOK67 (ORCPT + 99 others); Sat, 15 May 2021 06:58:59 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:3549 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233033AbhEOKzz (ORCPT ); Sat, 15 May 2021 06:55:55 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4Fj2Jn6LHRzsRJT; Sat, 15 May 2021 18:51:53 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Sat, 15 May 2021 18:54:29 +0800 From: Yang Shen To: , CC: , , Yang Shen , Stanislav Yakovlev Subject: [PATCH 28/34] net: intel: ipw2x00: Fix wrong function name in comments Date: Sat, 15 May 2021 18:53:53 +0800 Message-ID: <1621076039-53986-29-git-send-email-shenyang39@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1621076039-53986-1-git-send-email-shenyang39@huawei.com> References: <1621076039-53986-1-git-send-email-shenyang39@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/net/wireless/intel/ipw2x00/ipw2100.c:5359: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst drivers/net/wireless/intel/ipw2x00/ipw2100.c:6533: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst drivers/net/wireless/intel/ipw2x00/ipw2100.c:6565: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Cc: Stanislav Yakovlev Signed-off-by: Yang Shen --- drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/wireless/intel/ipw2x00/ipw2100.c b/drivers/net/wireless/intel/ipw2x00/ipw2100.c index 23fbddd..a1c7b04 100644 --- a/drivers/net/wireless/intel/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/intel/ipw2x00/ipw2100.c @@ -5356,7 +5356,7 @@ struct ipw2100_wep_key { #define WEP_STR_128(x) x[0],x[1],x[2],x[3],x[4],x[5],x[6],x[7],x[8],x[9],x[10] /** - * Set a the wep key + * ipw2100_set_key - Set a the wep key * * @priv: struct to work on * @idx: index of the key we want to set @@ -6530,7 +6530,7 @@ static struct pci_driver ipw2100_pci_driver = { }; /** - * Initialize the ipw2100 driver/module + * ipw2100_init - Initialize the ipw2100 driver/module * * @returns 0 if ok, < 0 errno node con error. * @@ -6562,7 +6562,7 @@ static int __init ipw2100_init(void) } /** - * Cleanup ipw2100 driver registration + * ipw2100_exit - Cleanup ipw2100 driver registration */ static void __exit ipw2100_exit(void) { @@ -7197,7 +7197,7 @@ static int ipw2100_wx_set_txpow(struct net_device *dev, { struct ipw2100_priv *priv = libipw_priv(dev); int err = 0, value; - + if (ipw_radio_kill_sw(priv, wrqu->txpower.disabled)) return -EINPROGRESS; -- 2.7.4