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=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 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 81341C4363A for ; Mon, 26 Oct 2020 14:15:35 +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 8519321655 for ; Mon, 26 Oct 2020 14:15:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="Y2mjCEso"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="K3IKflmp" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8519321655 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 0C4F1169F; Mon, 26 Oct 2020 15:14:41 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 0C4F1169F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1603721731; bh=2qLSIc7k4XMXAWyWMEK9MRLmkYAUIzU/1aq7uRh/K/k=; h=Date:From:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Y2mjCEso3AE5Rl2GZb71MF3Blozaj7/pM+xS2Qd61SC/aLnCKRd8IIoIg6X071puP NOGtF+94Avw74cw31mKqaB7Ndv9384JsiYfRWMoWwDx//fjjv+iHR3Zlfu7eSdzMXq tOHb3nVyf4owAmsaJgWlwRvgI3gns/kffuomIIpU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 96D2EF801D8; Mon, 26 Oct 2020 15:14:40 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 9181DF80212; Mon, 26 Oct 2020 15:14:38 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id AB1E3F801D5 for ; Mon, 26 Oct 2020 15:14:32 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz AB1E3F801D5 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="K3IKflmp" Received: from coco.lan (ip5f5ad5a1.dynamic.kabel-deutschland.de [95.90.213.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EE24021655; Mon, 26 Oct 2020 14:14:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603721669; bh=2qLSIc7k4XMXAWyWMEK9MRLmkYAUIzU/1aq7uRh/K/k=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=K3IKflmpxBRU6TXMyWrNEDYrZiZ1oNRms/Eio7YpPVPZaOwdl5rWt97pyF8z+9ps3 XG1fXkbVdFO09ithiMvD56yHvQbdxY9RGmYGJJsRk/dAAj4giiNV3vZRVdXRUIbmPA l6sUeiBCrc8TRn5cbSA7Uy0WgzTiqGnVtQsdQ+Yo= Date: Mon, 26 Oct 2020 15:14:23 +0100 From: Mauro Carvalho Chehab To: Takashi Iwai Subject: Re: [PATCH v3 48/56] sound: fix kernel-doc markups Message-ID: <20201026151423.622f847e@coco.lan> In-Reply-To: References: <535182d6f55d7a7de293dda9676df68f5f60afc6.1603469755.git.mchehab+huawei@kernel.org> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen , Arnd Bergmann , Jonathan Corbet , linux-kernel@vger.kernel.org, Baolin Wang , Linux Doc Mailing List , Liam Girdwood , =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Vinod Koul , Mark Brown , Takashi Iwai , paulhsia , Dan Carpenter 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" Em Mon, 26 Oct 2020 14:46:03 +0100 Takashi Iwai escreveu: > On Fri, 23 Oct 2020 18:33:35 +0200, > Mauro Carvalho Chehab wrote: > > > > Kernel-doc markups should use this format: > > identifier - description > > > > There is a common comment marked, instead, with kernel-doc > > notation. > > > > Some identifiers have different names between their prototypes > > and the kernel-doc markup. > > > > Signed-off-by: Mauro Carvalho Chehab > > Shall I merge this through sound git tree? > > Or if this goes via doc tree, feel free to take my ack > Reviewed-by: Takashi Iwai Thanks for reviewing it! Feel free to merge it though sound tree. Thanks, Mauro