From patchwork Mon Sep 3 02:38:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10585349 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 180C9139B for ; Mon, 3 Sep 2018 02:38:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E8C202969B for ; Mon, 3 Sep 2018 02:38:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D8DE22969A; Mon, 3 Sep 2018 02:38:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3986D2969A for ; Mon, 3 Sep 2018 02:38:27 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id D29EC26779A; Mon, 3 Sep 2018 04:38:23 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 3DDCA26779D; Mon, 3 Sep 2018 04:38:22 +0200 (CEST) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by alsa0.perex.cz (Postfix) with ESMTP id E8B2A267796 for ; Mon, 3 Sep 2018 04:38:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=8aXpBAgKvQuDVDLczrrpxprXJBDtjpCSkfQF58F0/wo=; b=rGdpuSdouDAhILtkDkz/nDckYo BLQEZZsBT3OsldbeRNdLi2DOqZHt/2/xY+8duf84a+ZaBHK1qn1NoV9i8eV/JwGAXSF6l3YfsXNFE LJRdqtb01LXa5Tg4adpVTNOVC5d3QQ38b/xyvkAOA5fIuBpkJ9zs/gl6ZJHCKIThs4wuSoFPIouBL f3RvHxNxiOCiqGoZMd0RRWoYRAqYr3a//9i2BKuo80nQJqysrU2iVtRFMVHnIZbxXZ9e/yWV7R478 j/dKupjP8H9LM1wnDRQFWmV3Jj1KZq9EB/NEotkQvOMv2uO5abuw36i2n38OjtpFIT3+ETDSV0Wpz HRKcJ2wA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by merlin.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fwekl-0005VH-Dm; Mon, 03 Sep 2018 02:38:11 +0000 To: LKML , moderated for non-subscribers From: Randy Dunlap Message-ID: Date: Sun, 2 Sep 2018 19:38:10 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Language: en-US Cc: Takashi Iwai , Mark Brown , Liam Girdwood Subject: [alsa-devel] [PATCH] sound: soc: fix soc-core.c kernel-doc warning X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Fix kernel-doc warning: ../sound/soc/soc-core.c:2918: warning: Excess function parameter 'legacy_dai_naming' description in 'snd_soc_register_dais' Signed-off-by: Randy Dunlap Cc: Liam Girdwood Cc: Mark Brown --- sound/soc/soc-core.c | 2 -- 1 file changed, 2 deletions(-) --- lnx-419-rc2.orig/sound/soc/soc-core.c +++ lnx-419-rc2/sound/soc/soc-core.c @@ -2910,8 +2910,6 @@ static struct snd_soc_dai *soc_add_dai(s * @component: The component the DAIs are registered for * @dai_drv: DAI driver to use for the DAIs * @count: Number of DAIs - * @legacy_dai_naming: Use the legacy naming scheme and let the DAI inherit the - * parent's name. */ static int snd_soc_register_dais(struct snd_soc_component *component, struct snd_soc_dai_driver *dai_drv, size_t count)