From: Randy Dunlap <randy.dunlap@oracle.com>
To: Jaswinder Singh Rajput <jaswinder@kernel.org>
Cc: Pavel Machek <pavel@ucw.cz>, "Rafael J. Wysocki" <rjw@sisk.pl>,
linux-pm@lists.linux-foundation.org,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] PM: Fix kernel-doc notation
Date: Fri, 11 Dec 2009 12:02:59 -0800 [thread overview]
Message-ID: <20091211120259.82de239d.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1258877637.4495.45.camel@ht.satnam>
On Sun, 22 Nov 2009 13:43:57 +0530 Jaswinder Singh Rajput wrote:
>
> Fix the following htmldocs warnings:
>
> Warning(drivers/base/power/main.c:249): No description found for parameter 'master'
> Warning(drivers/base/power/main.c:249): Excess function parameter 'slave' description in 'device_pm_wait_for_slaves'
> Warning(drivers/base/power/main.c:292): No description found for parameter 'master'
> Warning(drivers/base/power/main.c:292): Excess function parameter 'slave' description in 'device_pm_check_slaves'
>
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> Cc: Rafael J. Wysocki <rjw@sisk.pl>
> Cc: Pavel Machek <pavel@ucw.cz>
> Cc: Randy Dunlap <randy.dunlap@oracle.com>
What tree was this for?
I guess it's not needed now, I can't find these functions..
Thanks.
> ---
> drivers/base/power/main.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c
> index e8d1ea6..5f13084 100644
> --- a/drivers/base/power/main.c
> +++ b/drivers/base/power/main.c
> @@ -243,7 +243,7 @@ static void device_pm_wait_for_masters(struct device *slave)
>
> /**
> * device_pm_wait_for_slaves - Wait for all slaves of given device.
> - * @slave: Device to wait for the slaves of.
> + * @master: Device to wait for the slaves of.
> */
> static void device_pm_wait_for_slaves(struct device *master)
> {
> @@ -286,7 +286,7 @@ static int device_pm_check_masters(struct device *slave)
>
> /**
> * device_pm_check_slaves - Check power.op_complete for slaves of a device.
> - * @slave: Device to check the slaves of.
> + * @master: Device to check the slaves of.
> */
> static int device_pm_check_slaves(struct device *master)
> {
> --
---
~Randy
next prev parent reply other threads:[~2009-12-11 20:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-22 8:13 [PATCH] PM: Fix kernel-doc notation Jaswinder Singh Rajput
2009-11-22 17:52 ` Pavel Machek
2009-11-25 0:18 ` Rafael J. Wysocki
2009-12-11 20:02 ` Randy Dunlap [this message]
2009-12-11 21:08 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091211120259.82de239d.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=jaswinder@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=pavel@ucw.cz \
--cc=rjw@sisk.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox