Skip to content

Commit

Permalink
PNP: fix kernel-doc markups
Browse files Browse the repository at this point in the history
It sounds that there were function renames. Update the kernel-doc
markups accordingly.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
mchehab authored and rafaeljw committed Oct 27, 2020
1 parent 3650b22 commit e510785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pnp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e510785

Please sign in to comment.