On Sun, Jul 14, 2013 at 05:43:06PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdun...@infradead.org>
> 
> 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 <rdun...@infradead.org>
> ---
>  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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to