All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PM: Fix kernel-doc notation
@ 2009-11-22  8:13 Jaswinder Singh Rajput
  2009-11-22 17:52 ` Pavel Machek
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jaswinder Singh Rajput @ 2009-11-22  8:13 UTC (permalink / raw)
  To: Randy Dunlap, Pavel Machek, Rafael J. Wysocki, linux-pm, LKML


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>
---
 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)
 {
-- 
1.6.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] PM: Fix kernel-doc notation
  2009-11-22  8:13 [PATCH] PM: Fix kernel-doc notation Jaswinder Singh Rajput
  2009-11-22 17:52 ` Pavel Machek
@ 2009-11-22 17:52 ` Pavel Machek
  2009-11-25  0:18 ` Rafael J. Wysocki
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Pavel Machek @ 2009-11-22 17:52 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Randy Dunlap, Rafael J. Wysocki, linux-pm, LKML

On Sun 2009-11-22 13:43:57, 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>

Acked-by: Pavel Machek <pavel@ucw.cz>

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] PM: Fix kernel-doc notation
  2009-11-22  8:13 [PATCH] PM: Fix kernel-doc notation Jaswinder Singh Rajput
@ 2009-11-22 17:52 ` Pavel Machek
  2009-11-22 17:52 ` Pavel Machek
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Pavel Machek @ 2009-11-22 17:52 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Randy Dunlap, linux-pm, LKML

On Sun 2009-11-22 13:43:57, 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>

Acked-by: Pavel Machek <pavel@ucw.cz>

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] PM: Fix kernel-doc notation
  2009-11-22  8:13 [PATCH] PM: Fix kernel-doc notation Jaswinder Singh Rajput
                   ` (2 preceding siblings ...)
  2009-11-25  0:18 ` Rafael J. Wysocki
@ 2009-11-25  0:18 ` Rafael J. Wysocki
  2009-12-11 20:02 ` Randy Dunlap
  2009-12-11 20:02 ` Randy Dunlap
  5 siblings, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2009-11-25  0:18 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Randy Dunlap, Pavel Machek, linux-pm, LKML

On Sunday 22 November 2009, 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>

Applied to suspend-2.6/linux-next.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] PM: Fix kernel-doc notation
  2009-11-22  8:13 [PATCH] PM: Fix kernel-doc notation Jaswinder Singh Rajput
  2009-11-22 17:52 ` Pavel Machek
  2009-11-22 17:52 ` Pavel Machek
@ 2009-11-25  0:18 ` Rafael J. Wysocki
  2009-11-25  0:18 ` Rafael J. Wysocki
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2009-11-25  0:18 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Randy Dunlap, linux-pm, LKML

On Sunday 22 November 2009, 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>

Applied to suspend-2.6/linux-next.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] PM: Fix kernel-doc notation
  2009-11-22  8:13 [PATCH] PM: Fix kernel-doc notation Jaswinder Singh Rajput
                   ` (3 preceding siblings ...)
  2009-11-25  0:18 ` Rafael J. Wysocki
@ 2009-12-11 20:02 ` Randy Dunlap
  2009-12-11 21:08   ` Rafael J. Wysocki
  2009-12-11 21:08   ` Rafael J. Wysocki
  2009-12-11 20:02 ` Randy Dunlap
  5 siblings, 2 replies; 10+ messages in thread
From: Randy Dunlap @ 2009-12-11 20:02 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Pavel Machek, Rafael J. Wysocki, linux-pm, LKML

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] PM: Fix kernel-doc notation
  2009-11-22  8:13 [PATCH] PM: Fix kernel-doc notation Jaswinder Singh Rajput
                   ` (4 preceding siblings ...)
  2009-12-11 20:02 ` Randy Dunlap
@ 2009-12-11 20:02 ` Randy Dunlap
  5 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2009-12-11 20:02 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: linux-pm, LKML

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] PM: Fix kernel-doc notation
  2009-12-11 20:02 ` Randy Dunlap
@ 2009-12-11 21:08   ` Rafael J. Wysocki
  2009-12-11 21:08   ` Rafael J. Wysocki
  1 sibling, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2009-12-11 21:08 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Jaswinder Singh Rajput, Pavel Machek, linux-pm, LKML

On Friday 11 December 2009, Randy Dunlap wrote:
> 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..

It was on top of the async suspend/resume patches that Linus has rejected.

Rafael

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] PM: Fix kernel-doc notation
  2009-12-11 20:02 ` Randy Dunlap
  2009-12-11 21:08   ` Rafael J. Wysocki
@ 2009-12-11 21:08   ` Rafael J. Wysocki
  1 sibling, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2009-12-11 21:08 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-pm, Jaswinder Singh Rajput, LKML

On Friday 11 December 2009, Randy Dunlap wrote:
> 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..

It was on top of the async suspend/resume patches that Linus has rejected.

Rafael

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] PM: Fix kernel-doc notation
@ 2009-11-22  8:13 Jaswinder Singh Rajput
  0 siblings, 0 replies; 10+ messages in thread
From: Jaswinder Singh Rajput @ 2009-11-22  8:13 UTC (permalink / raw)
  To: Randy Dunlap, Pavel Machek, Rafael J. Wysocki, linux-pm, LKML


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>
---
 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)
 {
-- 
1.6.5.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-12-11 21:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-22  8:13 [PATCH] PM: Fix kernel-doc notation Jaswinder Singh Rajput
2009-11-22 17:52 ` Pavel Machek
2009-11-22 17:52 ` Pavel Machek
2009-11-25  0:18 ` Rafael J. Wysocki
2009-11-25  0:18 ` Rafael J. Wysocki
2009-12-11 20:02 ` Randy Dunlap
2009-12-11 21:08   ` Rafael J. Wysocki
2009-12-11 21:08   ` Rafael J. Wysocki
2009-12-11 20:02 ` Randy Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2009-11-22  8:13 Jaswinder Singh Rajput

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.