Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1322230 > unrolled thread

[PATCH 1/1] pid: Fix spelling in comments

Started byZhen Lei <thunder.leizhen@huawei.com>
First post2016-01-30 03:10 +0100
Last post2016-01-30 10:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/1] pid: Fix spelling in comments Zhen Lei <thunder.leizhen@huawei.com> - 2016-01-30 03:10 +0100
    [tip:sched/urgent] pid: Fix spelling in comments tip-bot for Zhen Lei <tipbot@zytor.com> - 2016-01-30 10:30 +0100

#1322230 — [PATCH 1/1] pid: Fix spelling in comments

FromZhen Lei <thunder.leizhen@huawei.com>
Date2016-01-30 03:10 +0100
Subject[PATCH 1/1] pid: Fix spelling in comments
Message-ID<qWt98-3WT-3@gated-at.bofh.it>
Accidentally discovered when I study this module.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
---
 kernel/pid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/pid.c b/kernel/pid.c
index f4ad91b..7efa5c9 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -588,7 +588,7 @@ void __init pidhash_init(void)

 void __init pidmap_init(void)
 {
-	/* Veryify no one has done anything silly */
+	/* Verify no one has done anything silly */
 	BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_HASH_ADDING);

 	/* bump default and minimum pid_max based on number of cpus */
--
2.5.0

[toc] | [next] | [standalone]


#1322296 — [tip:sched/urgent] pid: Fix spelling in comments

Fromtip-bot for Zhen Lei <tipbot@zytor.com>
Date2016-01-30 10:30 +0100
Subject[tip:sched/urgent] pid: Fix spelling in comments
Message-ID<qWA0V-Ak-1@gated-at.bofh.it>
In reply to#1322230
Commit-ID:  840d6fe7425ffb6a62d53b2759e01ae6daf90e4e
Gitweb:     http://git.kernel.org/tip/840d6fe7425ffb6a62d53b2759e01ae6daf90e4e
Author:     Zhen Lei <thunder.leizhen@huawei.com>
AuthorDate: Sat, 30 Jan 2016 10:04:17 +0800
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Sat, 30 Jan 2016 09:28:18 +0100

pid: Fix spelling in comments

Accidentally discovered this typo when I studied this module.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Cc: Hanjun Guo <guohanjun@huawei.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tianhong Ding <dingtianhong@huawei.com>
Cc: Xinwei Hu <huxinwei@huawei.com>
Cc: Zefan Li <lizefan@huawei.com>
Link: http://lkml.kernel.org/r/1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/pid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/pid.c b/kernel/pid.c
index 78b3d9f..e793d09 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -588,7 +588,7 @@ void __init pidhash_init(void)
 
 void __init pidmap_init(void)
 {
-	/* Veryify no one has done anything silly */
+	/* Verify no one has done anything silly: */
 	BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_HASH_ADDING);
 
 	/* bump default and minimum pid_max based on number of cpus */

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web