From patchwork Mon Jun 27 09:33:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2323 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 2C62E23F18 for ; Mon, 27 Jun 2011 09:33:43 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id F1256A1875D for ; Mon, 27 Jun 2011 09:33:42 +0000 (UTC) Received: by qwb8 with SMTP id 8so3271220qwb.11 for ; Mon, 27 Jun 2011 02:33:42 -0700 (PDT) Received: by 10.229.117.95 with SMTP id p31mr4438893qcq.97.1309167222441; Mon, 27 Jun 2011 02:33:42 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.230.139 with SMTP id jm11cs44201qcb; Mon, 27 Jun 2011 02:33:42 -0700 (PDT) Received: by 10.14.122.137 with SMTP id t9mr4045321eeh.197.1309167221430; Mon, 27 Jun 2011 02:33:41 -0700 (PDT) Received: from eu1sys200aog104.obsmtp.com (eu1sys200aog104.obsmtp.com [207.126.144.117]) by mx.google.com with SMTP id w4si9006928eef.8.2011.06.27.02.33.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Jun 2011 02:33:41 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.117 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.117; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.117 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob104.postini.com ([207.126.147.11]) with SMTP ID DSNKTghObz6u4mAMyw1owFTPnjGTBYVPIVM6@postini.com; Mon, 27 Jun 2011 09:33:41 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id C5ED13C; Mon, 27 Jun 2011 09:33:34 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id 6488157; Mon, 27 Jun 2011 09:33:34 +0000 (GMT) Received: from exdcvycastm003.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm003", Issuer "exdcvycastm003" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id AE6E724C075; Mon, 27 Jun 2011 11:33:28 +0200 (CEST) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.1) with Microsoft SMTP Server (TLS) id 8.3.83.0; Mon, 27 Jun 2011 11:33:33 +0200 From: Linus Walleij To: Vinod Koul Cc: , Dan Williams , Lee Jones , om prakash , Linus Walleij Subject: [PATCH 2/4] dmaengine/ste_dma40: fix missing kernel-doc Date: Mon, 27 Jun 2011 11:33:31 +0200 Message-ID: <1309167211-23375-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.3.2 MIME-Version: 1.0 From: om prakash Missing documentation creates kernel-doc warnings, so add the documenation. Signed-off-by: Om Prakash Reviewed-by: Rabin Vincent Reviewed-by: Jonas Aberg Reviewed-by: Srinidhi Kasagar Signed-off-by: Linus Walleij --- drivers/dma/ste_dma40.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index 58de946..35b078d 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -185,6 +185,8 @@ struct d40_base; * @log_def: Default logical channel settings. * @lcla: Space for one dst src pair for logical channel transfers. * @lcpa: Pointer to dst and src lcpa settings. + * @runtime_addr: runtime configured address. + * @runtime_direction: runtime configured direction. * * This struct can either "be" a logical or a physical channel. */