forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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)