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=-8.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 426E1C433DF for ; Thu, 2 Jul 2020 19:05:16 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AF90D206A1 for ; Thu, 2 Jul 2020 19:05:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AF90D206A1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49ySGK6S8tzDr4N for ; Fri, 3 Jul 2020 05:05:13 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux.intel.com (client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=pierre-louis.bossart@linux.intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49ySDH1lT4zDqSG for ; Fri, 3 Jul 2020 05:03:26 +1000 (AEST) IronPort-SDR: uq7T3iQN86xUkjplBLjFW8l+iukB80bAUuKfSAjh6bMLMluALcHyN8VeDgYmhnksz2GHBhPh4C AUpYS0l53G0w== X-IronPort-AV: E=McAfee;i="6000,8403,9670"; a="127092222" X-IronPort-AV: E=Sophos;i="5.75,305,1589266800"; d="scan'208";a="127092222" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2020 12:03:23 -0700 IronPort-SDR: ITwhDjjC2EW5TkDGnDY5YhDJPnao/dKwEHsS0zhlA07dwxJxe7RUuCj3idyidbNsnHlTLiFRvr Qic3MYf842Mg== X-IronPort-AV: E=Sophos;i="5.75,305,1589266800"; d="scan'208";a="295989015" Received: from dhprice-mobl1.amr.corp.intel.com (HELO [10.254.75.219]) ([10.254.75.219]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2020 12:03:22 -0700 Subject: Re: [PATCH 3/6] ASoC: fsl: fsl-asoc-card: fix kernel-doc To: Nicolin Chen References: <20200702172227.164474-1-pierre-louis.bossart@linux.intel.com> <20200702172227.164474-4-pierre-louis.bossart@linux.intel.com> <20200702184727.GD23935@Asurada-Nvidia> From: Pierre-Louis Bossart Message-ID: <7c6fac59-562c-d3b5-8eea-3e0f450cee6b@linux.intel.com> Date: Thu, 2 Jul 2020 14:03:21 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200702184727.GD23935@Asurada-Nvidia> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, Timur Tabi , Xiubo Li , tiwai@suse.de, "open list:FREESCALE SOC SOUND DRIVERS" , Takashi Iwai , Liam Girdwood , Jaroslav Kysela , broonie@kernel.org, Fabio Estevam , open list Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 7/2/20 1:47 PM, Nicolin Chen wrote: > On Thu, Jul 02, 2020 at 12:22:24PM -0500, Pierre-Louis Bossart wrote: >> Fix W=1 warnings. Kernel-doc syntax was not properly used. >> >> Signed-off-by: Pierre-Louis Bossart >> --- >> sound/soc/fsl/fsl-asoc-card.c | 21 +++++++++------------ >> 1 file changed, 9 insertions(+), 12 deletions(-) >> >> diff --git a/sound/soc/fsl/fsl-asoc-card.c b/sound/soc/fsl/fsl-asoc-card.c > >> /** >> - * Freescale Generic ASOC card private data >> + * struct fsl_asoc_card_priv - struct Freescale Generic ASOC card private data > > Just a nit, can you drop the "struct" before "Freescale"? > Other parts of your changes don't really add this word. will do, thanks for spotting this. > Otherwise, > Acked-by: Nicolin Chen >