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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 1177AC433E3 for ; Wed, 22 Jul 2020 16:36:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E3298207CD for ; Wed, 22 Jul 2020 16:36:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595435815; bh=j5W92jjNOL+k0PEAdcD3bXPHE+MydX1o+cietG3Uqd4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=XmyYFcPBhIeIrsppZ50GXuW2on/6t1JnIoz3gSPxPQPCP0l1QbDwbE+SjtMUCbchA g8z1vl9j1EsGGcx1ZiLD+NGrcA8dnhnsXR50nK6sz2dQwWDtcNf0obv5t5uCHMt/et K1WGS8OhjxqF5ioPE4XWP3BFf5vrzptF2zys3/vg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726535AbgGVQgz (ORCPT ); Wed, 22 Jul 2020 12:36:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:50434 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727769AbgGVQgz (ORCPT ); Wed, 22 Jul 2020 12:36:55 -0400 Received: from localhost (unknown [122.171.202.192]) (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 DE518206F5; Wed, 22 Jul 2020 16:36:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595435814; bh=j5W92jjNOL+k0PEAdcD3bXPHE+MydX1o+cietG3Uqd4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kuYgWlLbYpm/wZ0SUYy7/helbkBKZ6OpFO7BOnxFPjiZC46jbeg+TeO5cLL2qMYk9 7CcAcr79E/x2kgURJd4q4Sz26CR/2UwJqznQ87fcdpIT3Or2wMTcRv9YaAstxRiDoa 9pDbhRdO9SrpIAAVt09ML7hsyv7vKFKydO1lhdcM= Date: Wed, 22 Jul 2020 22:06:50 +0530 From: Vinod Koul To: Laurent Pinchart Cc: dmaengine@vger.kernel.org, Hyun Kwon , Michal Simek Subject: Re: [PATCH] dmaengine: xilinx: dpdma: Fix kerneldoc warning Message-ID: <20200722163650.GT12965@vkoul-mobl> References: <20200722161747.30048-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200722161747.30048-1-laurent.pinchart@ideasonboard.com> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 22-07-20, 19:17, Laurent Pinchart wrote: > Document the struct xilinx_dpdma_chan desc field to fix a kerneldoc > undocumented member warning (which can be reproduced by compiling with > W=1). Applied, thanks -- ~Vinod