From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754667AbdKBL6W (ORCPT ); Thu, 2 Nov 2017 07:58:22 -0400 Received: from terminus.zytor.com ([65.50.211.136]:57909 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbdKBL6V (ORCPT ); Thu, 2 Nov 2017 07:58:21 -0400 Date: Thu, 2 Nov 2017 04:54:46 -0700 From: tip-bot for Randy Dunlap Message-ID: Cc: hpa@zytor.com, rdunlap@infradead.org, john.stultz@linaro.org, tglx@linutronix.de, trivial@kernel.org, mingo@kernel.org, sboyd@codeaurora.org, linux-kernel@vger.kernel.org Reply-To: sboyd@codeaurora.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, trivial@kernel.org, mingo@kernel.org, hpa@zytor.com, rdunlap@infradead.org, john.stultz@linaro.org In-Reply-To: <0e586dd4-2b27-864e-c252-bc72df52fd01@infradead.org> References: <0e586dd4-2b27-864e-c252-bc72df52fd01@infradead.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:timers/core] kernel/time/Kconfig: Fix typo in comment Git-Commit-ID: 6082a6e44434a17f194048b7d48df56f148ec6d4 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: 6082a6e44434a17f194048b7d48df56f148ec6d4 Gitweb: https://git.kernel.org/tip/6082a6e44434a17f194048b7d48df56f148ec6d4 Author: Randy Dunlap AuthorDate: Wed, 1 Nov 2017 11:04:51 -0700 Committer: Thomas Gleixner CommitDate: Thu, 2 Nov 2017 12:50:34 +0100 kernel/time/Kconfig: Fix typo in comment Fix typo in Kconfig comment text. Signed-off-by: Randy Dunlap Signed-off-by: Thomas Gleixner Cc: John Stultz Cc: Stephen Boyd Cc: Jiri Kosina Link: https://lkml.kernel.org/r/0e586dd4-2b27-864e-c252-bc72df52fd01@infradead.org --- kernel/time/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index ac09bc2..d689a95 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig @@ -56,7 +56,7 @@ menu "Timers subsystem" # Core internal switch. Selected by NO_HZ_COMMON / HIGH_RES_TIMERS. This is # only related to the tick functionality. Oneshot clockevent devices -# are supported independ of this. +# are supported independent of this. config TICK_ONESHOT bool