From patchwork Sat Aug 16 21:15:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 4730151 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A2422C0338 for ; Sat, 16 Aug 2014 21:15:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DC51820117 for ; Sat, 16 Aug 2014 21:15:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1074320103 for ; Sat, 16 Aug 2014 21:15:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751687AbaHPVPc (ORCPT ); Sat, 16 Aug 2014 17:15:32 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:40313 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbaHPVPc (ORCPT ); Sat, 16 Aug 2014 17:15:32 -0400 Received: from static-50-53-39-157.bvtn.or.frontiernet.net ([50.53.39.157] helo=dragon.site) by bombadil.infradead.org with esmtpsa (Exim 4.80.1 #2 (Red Hat Linux)) id 1XIlJy-000523-AX; Sat, 16 Aug 2014 21:15:30 +0000 Message-ID: <53EFC9F1.9040307@infradead.org> Date: Sat, 16 Aug 2014 14:15:29 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Sumit Semwal CC: Andrew Morton , linux-media , dri-devel , linaro-mm-sig@lists.linaro.org, Rob Clark , Maarten Lankhorst Subject: [PATCH] dma-buf: fix kernel-doc warning Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Fix kernel-doc warning, missing parameter description: Warning(..//include/linux/seqno-fence.h:99): No description found for parameter 'cond' Signed-off-by: Randy Dunlap Cc: Rob Clark Cc: Maarten Lankhorst --- include/linux/seqno-fence.h | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: lnx-317-rc1/include/linux/seqno-fence.h =================================================================== --- lnx-317-rc1.orig/include/linux/seqno-fence.h +++ lnx-317-rc1/include/linux/seqno-fence.h @@ -62,6 +62,7 @@ to_seqno_fence(struct fence *fence) * @context: the execution context this fence is a part of * @seqno_ofs: the offset within @sync_buf * @seqno: the sequence # to signal on + * @cond: the fence condition to check * @ops: the fence_ops for operations on this seqno fence * * This function initializes a struct seqno_fence with passed parameters,