Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753816AbcDLFQG (ORCPT ); Tue, 12 Apr 2016 01:16:06 -0400 Received: from mail-lf0-f45.google.com ([209.85.215.45]:35327 "EHLO mail-lf0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752402AbcDLFQD (ORCPT ); Tue, 12 Apr 2016 01:16:03 -0400 MIME-Version: 1.0 In-Reply-To: <570C264F.2010204@osg.samsung.com> References: <1460375335-20188-1-git-send-email-luisbg@osg.samsung.com> <20160411200911.GA11780@joana> <570C264F.2010204@osg.samsung.com> From: Sumit Semwal Date: Tue, 12 Apr 2016 10:45:40 +0530 Message-ID: Subject: Re: [RESEND] fence: add missing descriptions for fence To: Luis de Bethencourt Cc: Gustavo Padovan , LKML , Linaro MM SIG Mailman List , DRI mailing list , "linux-media@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 42 Hi Luis, On 12 April 2016 at 04:03, Luis de Bethencourt wrote: > On 11/04/16 21:09, Gustavo Padovan wrote: >> Hi Luis, >> >> 2016-04-11 Luis de Bethencourt : >> >>> The members child_list and active_list were added to the fence struct >>> without descriptions for the Documentation. Adding these. >>> Thanks for the patch; will get it queued for for-next. >>> Fixes: b55b54b5db33 ("staging/android: remove struct sync_pt") >>> Signed-off-by: Luis de Bethencourt >>> Reviewed-by: Javier Martinez Canillas >>> --- >>> Hi, >>> >>> Just resending this patch since it hasn't had any reviews in since >>> March 21st. >>> >>> Thanks, >>> Luis >>> >>> include/linux/fence.h | 2 ++ >>> 1 file changed, 2 insertions(+) >> >> Reviewed-by: Gustavo Padovan >> >> Gustavo >> > > Thank you Gustavo. > > Nice seeing you around here :) > > Luis BR, Sumit.