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=-7.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0933BC433E0 for ; Thu, 2 Jul 2020 18:28:53 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 6055E207E8 for ; Thu, 2 Jul 2020 18:28:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="hNAMVPoE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6055E207E8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id D9E5016CD; Thu, 2 Jul 2020 20:28:00 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz D9E5016CD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1593714530; bh=O5iWADRsxNfS9xDM4muJSq47LPjmptZwYSxdr+ootMo=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=hNAMVPoEIAbNnE+r1gEDDElc3EtLE+tdcNNnwjBGK9q8EYDmy+jPVcBuvf3X0hlK/ RNkRm+ipPP98McOYKjRZycd3TKJ+tSVJs6OrFsuJPIWZLa5c2mYbMjvKWRrYbb/CPQ pnSSLXvUWJ3d5719a5g4ELhh5sJJ8XgF3QdtBV2I= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 719AFF800ED; Thu, 2 Jul 2020 20:28:00 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 93D42F8022D; Thu, 2 Jul 2020 20:27:59 +0200 (CEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 3B96BF800ED for ; Thu, 2 Jul 2020 20:27:52 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 3B96BF800ED X-Originating-IP: 90.65.108.121 Received: from localhost (lfbn-lyo-1-1676-121.w90-65.abo.wanadoo.fr [90.65.108.121]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 48019C0003; Thu, 2 Jul 2020 18:27:48 +0000 (UTC) Date: Thu, 2 Jul 2020 20:27:47 +0200 From: Alexandre Belloni To: Pierre-Louis Bossart Subject: Re: [PATCH 1/8] ASoC: atmel: fix kernel-doc Message-ID: <20200702182747.GB6538@piout.net> References: <20200702165901.164100-1-pierre-louis.bossart@linux.intel.com> <20200702165901.164100-2-pierre-louis.bossart@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200702165901.164100-2-pierre-louis.bossart@linux.intel.com> Cc: alsa-devel@alsa-project.org, tiwai@suse.de, open list , Takashi Iwai , Liam Girdwood , Ludovic Desroches , broonie@kernel.org, Codrin Ciubotariu , "moderated list:ARM/Microchip \(AT91\) SoC support" , Nicolas Ferre X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 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" On 02/07/2020 11:58:54-0500, Pierre-Louis Bossart wrote: > Fix W=1 warning > > Kernel-doc is not used in one file and missing argument in the second. > > Signed-off-by: Pierre-Louis Bossart Acked-by: Alexandre Belloni > --- > sound/soc/atmel/atmel-pcm-dma.c | 2 +- > sound/soc/atmel/atmel_ssc_dai.c | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/sound/soc/atmel/atmel-pcm-dma.c b/sound/soc/atmel/atmel-pcm-dma.c > index cb03c4f7324c..0a2e956232af 100644 > --- a/sound/soc/atmel/atmel-pcm-dma.c > +++ b/sound/soc/atmel/atmel-pcm-dma.c > @@ -44,7 +44,7 @@ static const struct snd_pcm_hardware atmel_pcm_dma_hardware = { > .buffer_bytes_max = 512 * 1024, > }; > > -/** > +/* > * atmel_pcm_dma_irq: SSC interrupt handler for DMAENGINE enabled SSC > * > * We use DMAENGINE to send/receive data to/from SSC so this ISR is only to > diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c > index 0f18dfb85bfe..6a63e8797a0b 100644 > --- a/sound/soc/atmel/atmel_ssc_dai.c > +++ b/sound/soc/atmel/atmel_ssc_dai.c > @@ -887,6 +887,7 @@ static int asoc_ssc_init(struct device *dev) > > /** > * atmel_ssc_set_audio - Allocate the specified SSC for audio use. > + * @ssc_id: SSD ID in [0, NUM_SSC_DEVICES[ > */ > int atmel_ssc_set_audio(int ssc_id) > { > -- > 2.25.1 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com