[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220720111802.17290-1-slark_xiao@163.com>
Date: Wed, 20 Jul 2022 19:18:02 +0800
From: Slark Xiao <slark_xiao@....com>
To: corbet@....net, tglx@...utronix.de, bigeasy@...utronix.de
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Slark Xiao <slark_xiao@....com>
Subject: [PATCH] docs: core-api: Fix typo in comment
Fix typo in the comment
Signed-off-by: Slark Xiao <slark_xiao@....com>
---
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
Powered by blists - more mailing lists