From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754370AbcA3J24 (ORCPT ); Sat, 30 Jan 2016 04:28:56 -0500 Received: from terminus.zytor.com ([198.137.202.10]:37023 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754016AbcA3J2W (ORCPT ); Sat, 30 Jan 2016 04:28:22 -0500 Date: Sat, 30 Jan 2016 01:27:38 -0800 From: tip-bot for Zhen Lei Message-ID: 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 Reply-To: lizefan@huawei.com, tglx@linutronix.de, torvalds@linux-foundation.org, peterz@infradead.org, linux-kernel@vger.kernel.org, thunder.leizhen@huawei.com, dingtianhong@huawei.com, huxinwei@huawei.com, guohanjun@huawei.com, mingo@kernel.org, hpa@zytor.com In-Reply-To: <1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com> References: <1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/urgent] pid: Fix spelling in comments Git-Commit-ID: 840d6fe7425ffb6a62d53b2759e01ae6daf90e4e X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 840d6fe7425ffb6a62d53b2759e01ae6daf90e4e Gitweb: http://git.kernel.org/tip/840d6fe7425ffb6a62d53b2759e01ae6daf90e4e Author: Zhen Lei AuthorDate: Sat, 30 Jan 2016 10:04:17 +0800 Committer: Ingo Molnar 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 Cc: Hanjun Guo Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Tianhong Ding Cc: Xinwei Hu Cc: Zefan Li Link: http://lkml.kernel.org/r/1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com Signed-off-by: Ingo Molnar --- 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 */