[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-840d6fe7425ffb6a62d53b2759e01ae6daf90e4e@git.kernel.org>
Date: Sat, 30 Jan 2016 01:27:38 -0800
From: tip-bot for Zhen Lei <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: tglx@...utronix.de, lizefan@...wei.com,
linux-kernel@...r.kernel.org, peterz@...radead.org,
torvalds@...ux-foundation.org, thunder.leizhen@...wei.com,
hpa@...or.com, mingo@...nel.org, guohanjun@...wei.com,
huxinwei@...wei.com, dingtianhong@...wei.com
Subject: [tip:sched/urgent] pid: Fix spelling in comments
Commit-ID: 840d6fe7425ffb6a62d53b2759e01ae6daf90e4e
Gitweb: http://git.kernel.org/tip/840d6fe7425ffb6a62d53b2759e01ae6daf90e4e
Author: Zhen Lei <thunder.leizhen@...wei.com>
AuthorDate: Sat, 30 Jan 2016 10:04:17 +0800
Committer: Ingo Molnar <mingo@...nel.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@...wei.com>
Cc: Hanjun Guo <guohanjun@...wei.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Tianhong Ding <dingtianhong@...wei.com>
Cc: Xinwei Hu <huxinwei@...wei.com>
Cc: Zefan Li <lizefan@...wei.com>
Link: http://lkml.kernel.org/r/1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com
Signed-off-by: Ingo Molnar <mingo@...nel.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 */
Powered by blists - more mailing lists