From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756831AbdDFJIu (ORCPT ); Thu, 6 Apr 2017 05:08:50 -0400 Received: from mail.skyhub.de ([5.9.137.197]:58774 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756084AbdDFJHG (ORCPT ); Thu, 6 Apr 2017 05:07:06 -0400 From: Borislav Petkov To: linux-edac Cc: LKML Subject: [PATCH 09/11] EDAC: Update Kconfig help text Date: Thu, 6 Apr 2017 11:06:32 +0200 Message-Id: <20170406090634.30950-10-bp@alien8.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170406090634.30950-1-bp@alien8.de> References: <20170406090634.30950-1-bp@alien8.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Remove the old URLs. Signed-off-by: Borislav Petkov --- drivers/edac/Kconfig | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 1ac18c989fb3..27337ef9874b 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -13,23 +13,13 @@ menuconfig EDAC tristate "EDAC (Error Detection And Correction) reporting" depends on HAS_IOMEM && EDAC_SUPPORT && RAS help - EDAC is designed to report errors in the core system. - These are low-level errors that are reported in the CPU or - supporting chipset or other subsystems: + EDAC is a subsystem along with hardware-specific drivers designed to + report hardware errors. These are low-level errors that are reported + in the CPU or supporting chipset or other subsystems: memory errors, cache errors, PCI errors, thermal throttling, etc.. If unsure, select 'Y'. - If this code is reporting problems on your system, please - see the EDAC project web pages for more information at: - - - - and: - - - - There is also a mailing list for the EDAC project, which can - be found via the sourceforge page. + The mailing list for the EDAC project is linux-edac@vger.kernel.org. if EDAC -- 2.11.0