lkml.org 
[lkml]   [2020]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 24/56] PNP: fix kernel-doc markups
    Date
    It sounds that there were function renames. Update the kernel-doc
    markups accordingly.

    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    ---
    drivers/pnp/core.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/pnp/core.c b/drivers/pnp/core.c
    index 3bf18d718975..a50ab002e9e4 100644
    --- a/drivers/pnp/core.c
    +++ b/drivers/pnp/core.c
    @@ -51,7 +51,7 @@ static void pnp_remove_protocol(struct pnp_protocol *protocol)
    }

    /**
    - * pnp_protocol_register - adds a pnp protocol to the pnp layer
    + * pnp_register_protocol - adds a pnp protocol to the pnp layer
    * @protocol: pointer to the corresponding pnp_protocol structure
    *
    * Ex protocols: ISAPNP, PNPBIOS, etc
    @@ -91,7 +91,7 @@ int pnp_register_protocol(struct pnp_protocol *protocol)
    }

    /**
    - * pnp_protocol_unregister - removes a pnp protocol from the pnp layer
    + * pnp_unregister_protocol - removes a pnp protocol from the pnp layer
    * @protocol: pointer to the corresponding pnp_protocol structure
    */
    void pnp_unregister_protocol(struct pnp_protocol *protocol)
    --
    2.26.2
    \
     
     \ /
      Last update: 2020-10-23 18:38    [W:5.192 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site