lkml.org 
[lkml]   [2019]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] taskstats: Fix a typo - taskstsats --> taskstats
Date
There is an extra 's' in 'taskstsats', remove it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.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
\
 
 \ /
  Last update: 2019-07-24 07:08    [W:0.046 / U:0.732 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site