[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190724050751.30170-1-christophe.jaillet@wanadoo.fr>
Date: Wed, 24 Jul 2019 07:07:51 +0200
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: bsingharora@...il.com
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>
Subject: [PATCH] taskstats: Fix a typo - taskstsats --> taskstats
There is an extra 's' in 'taskstsats', remove it.
Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
---
kernel/taskstats.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/taskstats.c b/kernel/taskstats.c
index 13a0f2e6ebc2..30578b139d16 100644
--- a/kernel/taskstats.c
+++ b/kernel/taskstats.c
@@ -163,7 +163,7 @@ static void fill_stats(struct user_namespace *user_ns,
memset(stats, 0, sizeof(*stats));
/*
* Each accounting subsystem adds calls to its functions to
- * fill in relevant parts of struct taskstsats as follows
+ * fill in relevant parts of struct taskstats as follows
*
* per-task-foo(stats, tsk);
*/
@@ -222,7 +222,7 @@ static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats)
continue;
/*
* Accounting subsystem can call its functions here to
- * fill in relevant parts of struct taskstsats as follows
+ * fill in relevant parts of struct taskstats as follows
*
* per-task-foo(stats, tsk);
*/
--
2.20.1
Powered by blists - more mailing lists