linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] pid: Fix spelling in comments
@ 2016-01-30  2:04 Zhen Lei
  2016-01-30  9:27 ` [tip:sched/urgent] " tip-bot for Zhen Lei
  0 siblings, 1 reply; 2+ messages in thread
From: Zhen Lei @ 2016-01-30  2:04 UTC (permalink / raw)
  To: Ingo Molnar, Andrew Morton, linux-kernel
  Cc: Zefan Li, Xinwei Hu, Tianhong Ding, Hanjun Guo, Zhen Lei

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

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

* [tip:sched/urgent] pid: Fix spelling in comments
  2016-01-30  2:04 [PATCH 1/1] pid: Fix spelling in comments Zhen Lei
@ 2016-01-30  9:27 ` tip-bot for Zhen Lei
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Zhen Lei @ 2016-01-30  9:27 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, lizefan, linux-kernel, peterz, torvalds, thunder.leizhen,
	hpa, mingo, guohanjun, huxinwei, dingtianhong

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 */

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

end of thread, other threads:[~2016-01-30  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-30  2:04 [PATCH 1/1] pid: Fix spelling in comments Zhen Lei
2016-01-30  9:27 ` [tip:sched/urgent] " tip-bot for Zhen Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).