lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 14 Jul 2013 19:59:48 -0700
From:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:	Randy Dunlap <rdunlap@...radead.org>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH] driver-core: fix new kernel-doc warning in
 base/platform.c

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ