Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752024Ab2JDJCu (ORCPT ); Thu, 4 Oct 2012 05:02:50 -0400 Received: from mail.x86-64.org ([217.9.48.20]:37580 "EHLO mail.x86-64.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698Ab2JDJCs (ORCPT ); Thu, 4 Oct 2012 05:02:48 -0400 From: Borislav Petkov To: LKML Cc: Borislav Petkov , Thomas Renninger , "H. Peter Anvin" , linux-acpi@vger.kernel.org Subject: [PATCH] ACPI: Sanitize ACPI_INITRD_TABLE_OVERRIDE Kconfig text Date: Thu, 4 Oct 2012 11:02:34 +0200 Message-Id: <1349341354-21466-1-git-send-email-bp@amd64.org> X-Mailer: git-send-email 1.7.11.rc1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1718 Lines: 48 From: Borislav Petkov Make the bool prompt text shorter and fit the style of Kconfig options and move the actual description into the help text. No functionality change. Cc: Thomas Renninger Cc: H. Peter Anvin Cc: linux-acpi@vger.kernel.org Signed-off-by: Borislav Petkov --- I guess this one is against tip's x86/acpi branch. drivers/acpi/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 44cea5d4b04e..c556b794e12f 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -262,13 +262,13 @@ config ACPI_CUSTOM_DSDT default ACPI_CUSTOM_DSDT_FILE != "" config ACPI_INITRD_TABLE_OVERRIDE - bool "ACPI tables can be passed via uncompressed cpio in initrd" + bool "ACPI tables override via initrd" default n help This option provides functionality to override arbitrary ACPI tables - via initrd. No functional change if no ACPI tables are passed via - initrd, therefore it's safe to say Y. - See Documentation/acpi/initrd_table_override.txt for details + via uncompressed cpio in initrd. No functional change if no ACPI + tables are passed via the initrd, therefore it's safe to say Y. + See Documentation/acpi/initrd_table_override.txt for details. config ACPI_BLACKLIST_YEAR int "Disable ACPI for systems before Jan 1st this year" if X86_32 -- 1.7.11.rc1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/