Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932643AbcCSXzX (ORCPT ); Sat, 19 Mar 2016 19:55:23 -0400 Received: from mail-io0-f172.google.com ([209.85.223.172]:32969 "EHLO mail-io0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932580AbcCSXzR (ORCPT ); Sat, 19 Mar 2016 19:55:17 -0400 MIME-Version: 1.0 X-Originating-IP: [201.217.58.185] In-Reply-To: <1458417037-26691-1-git-send-email-luisbg@osg.samsung.com> References: <1458417037-26691-1-git-send-email-luisbg@osg.samsung.com> Date: Sat, 19 Mar 2016 20:55:15 -0300 Message-ID: Subject: Re: [PATCH] fence: add missing descriptions for fence From: Javier Martinez Canillas To: Luis de Bethencourt Cc: Linux Kernel , sumit.semwal@linaro.org, Linux Media Mailing List , "dri-devel@lists.freedesktop.org" , linaro-mm-sig@lists.linaro.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: 1017 Lines: 34 Hello Luis, On Sat, Mar 19, 2016 at 4:50 PM, Luis de Bethencourt wrote: > Commit b55b54b5db33 ("staging/android: remove struct sync_pt") > added the members child_list and active_list to the fence struct, but > didn't add descriptions for these. Adding the descriptions. > Patches whose commit message mentions a specific commit that introduced and issue, usually also have a "Fixes:" tag before the S-o-B. For example this patch should have: Fixes: b55b54b5db33 ("staging/android: remove struct sync_pt") > Signed-off-by: Luis de Bethencourt > --- > Hi, > > Noticed this missing descriptions when running make htmldocs. > > Got the following warnings: > .//include/linux/fence.h:84: warning: No description found for parameter 'child_list' > .//include/linux/fence.h:84: warning: No description found for parameter 'active_list' > > Thanks :) > Luis > Patch looks good to me. Reviewed-by: Javier Martinez Canillas Best regards, Javier