* [PATCH] regulator: fix kernel-doc parameter warning
@ 2018-09-03 2:33 Randy Dunlap
2018-09-03 2:36 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2018-09-03 2:33 UTC (permalink / raw)
To: LKML
From: Randy Dunlap <rdunlap@infradead.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@infradead.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.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.
*/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] regulator: fix kernel-doc parameter warning
2018-09-03 2:33 [PATCH] regulator: fix kernel-doc parameter warning Randy Dunlap
@ 2018-09-03 2:36 ` Randy Dunlap
2018-09-03 10:59 ` Mark Brown
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2018-09-03 2:36 UTC (permalink / raw)
To: LKML; +Cc: Liam Girdwood, Mark Brown
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@infradead.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@infradead.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] regulator: fix kernel-doc parameter warning
2018-09-03 2:36 ` Randy Dunlap
@ 2018-09-03 10:59 ` Mark Brown
0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2018-09-03 10:59 UTC (permalink / raw)
To: Randy Dunlap; +Cc: LKML, Liam Girdwood
[-- Attachment #1: Type: text/plain, Size: 142 bytes --]
On Sun, Sep 02, 2018 at 07:36:40PM -0700, Randy Dunlap wrote:
> Sorry about missing the Cc's.
> Would you like me to resend it?
Yes, please.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-03 10:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03 2:33 [PATCH] regulator: fix kernel-doc parameter warning Randy Dunlap
2018-09-03 2:36 ` Randy Dunlap
2018-09-03 10:59 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome