From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753957Ab3HDV2U (ORCPT ); Sun, 4 Aug 2013 17:28:20 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58286 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753906Ab3HDV2S (ORCPT ); Sun, 4 Aug 2013 17:28:18 -0400 Date: Mon, 5 Aug 2013 05:29:19 +0800 From: Greg Kroah-Hartman To: Yacine Belkadi Cc: Alan Stern , Jiri Kosina , Sarah Sharp , Kevin Hilman , Alexey Khoroshilov , Thomas Renninger , Hannes Reinecke , Lan Tianyu , Sebastian Andrzej Siewior , Ming Lei , =?utf-8?B?VMO8bGluIMSwemVy?= , Sachin Kamat , Johan Hovold , Kay Sievers , Julius Werner , Yuanhan Liu , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] usb: fix some scripts/kernel-doc warnings Message-ID: <20130804212919.GA10623@kroah.com> References: <1375467004-2623-1-git-send-email-yacine.belkadi.1@gmail.com> <20130803032908.GA10902@kroah.com> <51FEB410.6080909@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51FEB410.6080909@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 04, 2013 at 10:05:36PM +0200, Yacine Belkadi wrote: > On 08/03/2013 05:29 AM, Greg Kroah-Hartman wrote: > > On Fri, Aug 02, 2013 at 08:10:04PM +0200, Yacine Belkadi wrote: > >> When building the htmldocs (in verbose mode), scripts/kernel-doc reports the > >> following type of warnings: > >> > >> Warning(drivers/usb/core/usb.c:76): No description found for return value of > >> 'usb_find_alt_setting' > >> > >> Fix them by: > >> - adding some missing descriptions of return values > >> - using "Return" sections for those descriptions > >> > >> Signed-off-by: Yacine Belkadi > >> --- > >> > >> Applied to b3a3a9c441e2c8f6b6760de9331023a7906a4ac6 > > > > What does this line mean? > > It's the commit on which I created and applied the patch: > > commit b3a3a9c441e2c8f6b6760de9331023a7906a4ac6 > Merge: a582e5f e70e78e > Author: Linus Torvalds > Date: Mon Jul 22 19:07:24 2013 -0700 Odd, I've never seen anyone use that before. It's really not needed, so you don't have to do that in the future. thanks, greg k-h