Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PNP: fix kernel-doc markups

It sounds that there were function renames. Update the kernel-doc
markups accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Mauro Carvalho Chehab and committed by
Rafael J. Wysocki
e510785f 3650b228

+2 -2
+2 -2
drivers/pnp/core.c
··· 51 51 } 52 52 53 53 /** 54 - * pnp_protocol_register - adds a pnp protocol to the pnp layer 54 + * pnp_register_protocol - adds a pnp protocol to the pnp layer 55 55 * @protocol: pointer to the corresponding pnp_protocol structure 56 56 * 57 57 * Ex protocols: ISAPNP, PNPBIOS, etc ··· 91 91 } 92 92 93 93 /** 94 - * pnp_protocol_unregister - removes a pnp protocol from the pnp layer 94 + * pnp_unregister_protocol - removes a pnp protocol from the pnp layer 95 95 * @protocol: pointer to the corresponding pnp_protocol structure 96 96 */ 97 97 void pnp_unregister_protocol(struct pnp_protocol *protocol)