lkml.org 
[lkml]   [2009]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] PM: Fix kernel-doc notation
    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


    \
     
     \ /
      Last update: 2009-12-11 21:07    [W:4.550 / U:0.520 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site