hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/pnp/core.c
....@@ -51,7 +51,7 @@
5151 }
5252
5353 /**
54
- * pnp_protocol_register - adds a pnp protocol to the pnp layer
54
+ * pnp_register_protocol - adds a pnp protocol to the pnp layer
5555 * @protocol: pointer to the corresponding pnp_protocol structure
5656 *
5757 * Ex protocols: ISAPNP, PNPBIOS, etc
....@@ -91,7 +91,7 @@
9191 }
9292
9393 /**
94
- * pnp_protocol_unregister - removes a pnp protocol from the pnp layer
94
+ * pnp_unregister_protocol - removes a pnp protocol from the pnp layer
9595 * @protocol: pointer to the corresponding pnp_protocol structure
9696 */
9797 void pnp_unregister_protocol(struct pnp_protocol *protocol)