Re: [PATCH] usb: fix some scripts/kernel-doc warnings

2013-08-06 Thread Yacine Belkadi
On 08/06/2013 12:28 AM, Greg Kroah-Hartman wrote: > On Mon, Aug 05, 2013 at 08:36:39PM +0200, Yacine Belkadi wrote: >> On 08/04/2013 11:29 PM, Greg Kroah-Hartman wrote: >>> On Sun, Aug 04, 2013 at 10:05:36PM +0200, Yacine Belkadi wrote: On 08/03/2013 05:29 AM, Greg Kroah-Hartman wrote: > O

Re: [PATCH] usb: fix some scripts/kernel-doc warnings

2013-08-05 Thread Greg Kroah-Hartman
On Mon, Aug 05, 2013 at 08:36:39PM +0200, Yacine Belkadi wrote: > On 08/04/2013 11:29 PM, Greg Kroah-Hartman wrote: > > 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 Belka

Re: [PATCH] usb: fix some scripts/kernel-doc warnings

2013-08-05 Thread Yacine Belkadi
On 08/04/2013 11:29 PM, Greg Kroah-Hartman wrote: > 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/ker

Re: [PATCH] usb: fix some scripts/kernel-doc warnings

2013-08-04 Thread Greg Kroah-Hartman
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 warn

Re: [PATCH] usb: fix some scripts/kernel-doc warnings

2013-08-04 Thread Yacine Belkadi
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 retur

Re: [PATCH] usb: fix some scripts/kernel-doc warnings

2013-08-02 Thread Greg Kroah-Hartman
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: >