From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969470AbdEXKZs (ORCPT ); Wed, 24 May 2017 06:25:48 -0400 Received: from terminus.zytor.com ([65.50.211.136]:52859 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751075AbdEXKV4 (ORCPT ); Wed, 24 May 2017 06:21:56 -0400 Date: Wed, 24 May 2017 03:18:22 -0700 From: tip-bot for Benjamin Peterson Message-ID: Cc: tglx@linutronix.de, torvalds@linux-foundation.org, hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@kernel.org, peterz@infradead.org, bp@benjamin.pe Reply-To: mingo@kernel.org, peterz@infradead.org, bp@benjamin.pe, hpa@zytor.com, torvalds@linux-foundation.org, tglx@linutronix.de, linux-kernel@vger.kernel.org In-Reply-To: <20170521002016.13258-1-bp@benjamin.pe> References: <20170521002016.13258-1-bp@benjamin.pe> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/urgent] x86/watchdog: Fix Kconfig help text file path reference to lockup watchdog documentation Git-Commit-ID: c9525a3fab63fbe091007494f8b7a06438eea6a7 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: c9525a3fab63fbe091007494f8b7a06438eea6a7 Gitweb: http://git.kernel.org/tip/c9525a3fab63fbe091007494f8b7a06438eea6a7 Author: Benjamin Peterson AuthorDate: Sat, 20 May 2017 17:20:16 -0700 Committer: Ingo Molnar CommitDate: Wed, 24 May 2017 09:06:32 +0200 x86/watchdog: Fix Kconfig help text file path reference to lockup watchdog documentation Signed-off-by: Benjamin Peterson Acked-by: Thomas Gleixner Cc: Linus Torvalds Cc: Peter Zijlstra Fixes: 9919cba7ff71147803c988521cc1ceb80e7f0f6d ("watchdog: Update documentation") Link: http://lkml.kernel.org/r/20170521002016.13258-1-bp@benjamin.pe Signed-off-by: Ingo Molnar --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index cd18994..4ccfacc 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -360,7 +360,7 @@ config SMP Management" code will be disabled if you say Y here. See also , - and the SMP-HOWTO available at + and the SMP-HOWTO available at . If you don't know what to do here, say N.