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] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 2 Sep 2018 19:36:40 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>
Cc:     Liam Girdwood <lgirdwood@...il.com>,
        Mark Brown <broonie@...nel.org>
Subject: Re: [PATCH] regulator: fix kernel-doc parameter warning

Sorry about missing the Cc's.
Would you like me to resend it?


On 09/02/2018 07:33 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@...radead.org>
> 
> Fix kernel-doc warning:
> 
> ../drivers/regulator/core.c:4479: warning: Excess function parameter 'state' description in 'regulator_suspend'
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Liam Girdwood <lgirdwood@...il.com>
> Cc: Mark Brown <broonie@...nel.org>
> ---
>  drivers/regulator/core.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- lnx-419-rc2.orig/drivers/regulator/core.c
> +++ lnx-419-rc2/drivers/regulator/core.c
> @@ -4470,7 +4470,7 @@ static int _regulator_suspend(struct dev
>  
>  /**
>   * regulator_suspend - prepare regulators for system wide suspend
> - * @state: system suspend state
> + * @dev: ``&struct device`` pointer that is passed to _regulator_suspend()
>   *
>   * Configure each regulator with it's suspend operating parameters for state.
>   */
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ