[PATCH] docs: core-api: Fix typo in comment

From: Slark Xiao
Date: Wed Jul 20 2022 - 07:18:29 EST


Fix typo in the comment

Signed-off-by: Slark Xiao <slark_xiao@xxxxxxx>
---
Documentation/core-api/cpu_hotplug.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/cpu_hotplug.rst b/Documentation/core-api/cpu_hotplug.rst
index c6f4ba2fb32d..f75778d37488 100644
--- a/Documentation/core-api/cpu_hotplug.rst
+++ b/Documentation/core-api/cpu_hotplug.rst
@@ -560,7 +560,7 @@ available:
* cpuhp_state_remove_instance(state, node)
* cpuhp_state_remove_instance_nocalls(state, node)

-The arguments are the same as for the the cpuhp_state_add_instance*()
+The arguments are the same as for the cpuhp_state_add_instance*()
variants above.

The functions differ in the way how the installed callbacks are treated:
--
2.25.1