From: tip-bot for Zhen Lei <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: tglx@linutronix.de, lizefan@huawei.com,
linux-kernel@vger.kernel.org, peterz@infradead.org,
torvalds@linux-foundation.org, thunder.leizhen@huawei.com,
hpa@zytor.com, mingo@kernel.org, guohanjun@huawei.com,
huxinwei@huawei.com, dingtianhong@huawei.com
Subject: [tip:sched/urgent] pid: Fix spelling in comments
Date: Sat, 30 Jan 2016 01:27:38 -0800 [thread overview]
Message-ID: <tip-840d6fe7425ffb6a62d53b2759e01ae6daf90e4e@git.kernel.org> (raw)
In-Reply-To: <1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com>
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 */
prev parent reply other threads:[~2016-01-30 9:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 2:04 [PATCH 1/1] " Zhen Lei
2016-01-30 9:27 ` tip-bot for Zhen Lei [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-840d6fe7425ffb6a62d53b2759e01ae6daf90e4e@git.kernel.org \
--to=tipbot@zytor.com \
--cc=dingtianhong@huawei.com \
--cc=guohanjun@huawei.com \
--cc=hpa@zytor.com \
--cc=huxinwei@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=thunder.leizhen@huawei.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome