From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932182AbcEBVMF (ORCPT ); Mon, 2 May 2016 17:12:05 -0400 Received: from mail-yw0-f196.google.com ([209.85.161.196]:32870 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755025AbcEBVL4 (ORCPT ); Mon, 2 May 2016 17:11:56 -0400 Date: Mon, 2 May 2016 18:11:51 -0300 From: Gustavo Padovan To: Pavel Machek Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, dri-devel@lists.freedesktop.org, Daniel Stone , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Riley Andrews , Daniel Vetter , Rob Clark , Greg Hackmann , John Harrison , Maarten Lankhorst , Sumit Semwal , Gustavo Padovan Subject: Re: [PATCH 01/12] staging/android: remove redundant comments on sync_merge_data Message-ID: <20160502211151.GA2531@joana> Mail-Followup-To: Gustavo Padovan , Pavel Machek , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, dri-devel@lists.freedesktop.org, Daniel Stone , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Riley Andrews , Daniel Vetter , Rob Clark , Greg Hackmann , John Harrison , Maarten Lankhorst , Sumit Semwal , Gustavo Padovan References: <1461774439-11512-1-git-send-email-gustavo@padovan.org> <1461774439-11512-2-git-send-email-gustavo@padovan.org> <20160502210007.GA2397@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160502210007.GA2397@amd> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-05-02 Pavel Machek : > On Wed 2016-04-27 13:27:08, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > struct sync_merge_data already have documentation on top of the > > struct definition. No need to duplicate it. > > > > Signed-off-by: Gustavo Padovan > > Reviewed-by: Maarten Lankhorst > > > @@ -33,8 +33,8 @@ struct sync_merge_data { > > /** > > * struct sync_fence_info - detailed fence information > > * @obj_name: name of parent sync_timeline > > - * @driver_name: name of driver implementing the parent > > - * @status: status of the fence 0:active 1:signaled <0:error > > +* @driver_name: name of driver implementing the parent > > +* @status: status of the fence 0:active 1:signaled <0:error > > The whitespace (or mail client configuration?) looks wrong here. this has been fixed in v2 already and Greg pulled everything into staging next already. Gustavo