Re: [PATCH] driver-core: fix new kernel-doc warning inbase/platform.c

From: Greg Kroah-Hartman
Date: Mon Jul 15 2013 - 00:25:15 EST


On Sun, Jul 14, 2013 at 05:43:06PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> Fix new kernel-doc warning in drivers/base/platform.c:
>
> Warning(drivers/base/platform.c:528): No description found for parameter 'owner'
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> ---
> drivers/base/platform.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- lnx-311-rc1.orig/drivers/base/platform.c
> +++ lnx-311-rc1/drivers/base/platform.c
> @@ -522,6 +522,7 @@ static void platform_drv_shutdown(struct
> /**
> * __platform_driver_register - register a driver for platform-level devices
> * @drv: platform driver structure
> + * @owner: owning module/driver
> */
> int __platform_driver_register(struct platform_driver *drv,
> struct module *owner)

Thanks, I'll queue this up with my next round of patches for Linus.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/