From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755306AbdEUAUQ (ORCPT ); Sat, 20 May 2017 20:20:16 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:47185 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367AbdEUAUO (ORCPT ); Sat, 20 May 2017 20:20:14 -0400 X-ME-Sender: X-Sasl-enc: Pdtk0YY8I004L0jfWqUlicYITin34jbWjX9VL3sqgeY2 1495326013 From: Benjamin Peterson To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] x86: fix reference to lockup watchdog documentation Date: Sat, 20 May 2017 17:20:16 -0700 Message-Id: <20170521002016.13258-1-bp@benjamin.pe> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes: 9919cba7ff71147803c988521cc1ceb80e7f0f6d ("watchdog: Update documentation") Signed-off-by: Benjamin Peterson --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index cd18994a9555..4ccfacc7232a 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. -- 2.11.0