lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ