]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drivers-base-node-fold-unregister_node-into-unregister_one_node-fix
authorDonet Tom <donettom@linux.ibm.com>
Fri, 17 Oct 2025 04:57:54 +0000 (10:27 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 22 Oct 2025 01:51:35 +0000 (18:51 -0700)
removes extra spaces before @nid and "All".

Link: https://lkml.kernel.org/r/cff01514-9074-4c97-bcf1-d4e3594e48b0@linux.ibm.com
Signed-off-by: Donet Tom<donettom@linux.ibm.com>
Cc: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/base/node.c

index 63b223a3b38eb877c634add9befe1d90af700dd7..00cf4532f121e488ed81bbf1c1feac9172c6fb19 100644 (file)
@@ -911,7 +911,7 @@ int register_node(int nid)
  * unregister_node - unregister a node device
  * @nid: nid of the node going away
  *
- * Unregisters the node device at node id  @nid.  All the devices on the
+ * Unregisters the node device at node id @nid. All the devices on the
  * node must be unregistered before calling this function.
  */
 void unregister_node(int nid)