Linux cgroups development
 help / color / mirror / Atom feed
* [PATCH] cgroup/dmem: fix comment typos in dmem.c
@ 2026-08-13 10:42 Manush Prajwal
  2026-09-02 10:10 ` Natalie Vock
  0 siblings, 1 reply; 2+ messages in thread
From: Manush Prajwal @ 2026-08-13 10:42 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Natalie Vock
  Cc: cgroups, dri-devel, Manush Prajwal

Fix "succesful" -> "successful" (x2) in the kernel-doc for
dmem_cgroup_region::ref and dmem_cgroup_try_charge(). No functional
change.

Signed-off-by: Manush Prajwal <manushprajwal555@gmail.com>
---
 kernel/cgroup/dmem.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/cgroup/dmem.c b/kernel/cgroup/dmem.c
index 4753a67d0f..342ea5324e 100644
--- a/kernel/cgroup/dmem.c
+++ b/kernel/cgroup/dmem.c
@@ -21,7 +21,7 @@
 struct dmem_cgroup_region {
 	/**
 	 * @ref: References keeping the region alive.
-	 * Keeps the region reference alive after a succesful RCU lookup.
+	 * Keeps the region reference alive after a successful RCU lookup.
 	 */
 	struct kref ref;
 
@@ -634,7 +634,7 @@ EXPORT_SYMBOL_GPL(dmem_cgroup_uncharge);
  * dmem_cgroup_try_charge() - Try charging a new allocation to a region.
  * @region: dmem region to charge
  * @size: Size (in bytes) to charge.
- * @ret_pool: On succesfull allocation, the pool that is charged.
+ * @ret_pool: On successful allocation, the pool that is charged.
  * @ret_limit_pool: On a failed allocation, the limiting pool.
  *
  * This function charges the @region region for a size of @size bytes.
-- 
2.46.2.windows.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-02 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13 10:42 [PATCH] cgroup/dmem: fix comment typos in dmem.c Manush Prajwal
2026-09-02 10:10 ` Natalie Vock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox