From patchwork Sat Feb 7 06:41:38 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Len Brown X-Patchwork-Id: 6012 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n176gl4a019011 for ; Sat, 7 Feb 2009 06:42:48 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752458AbZBGGmq (ORCPT ); Sat, 7 Feb 2009 01:42:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752923AbZBGGmq (ORCPT ); Sat, 7 Feb 2009 01:42:46 -0500 Received: from vms173001pub.verizon.net ([206.46.173.1]:55296 "EHLO vms173001pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752458AbZBGGmp (ORCPT ); Sat, 7 Feb 2009 01:42:45 -0500 Received: from localhost.localdomain ([96.237.168.40]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KEO00ME3NY7MZP1@vms173001.mailsrvcs.net> for linux-acpi@vger.kernel.org; Sat, 07 Feb 2009 00:42:08 -0600 (CST) Received: from localhost.localdomain (d975xbx2 [127.0.0.1]) by localhost.localdomain (8.14.2/8.14.2) with ESMTP id n176g6G6009929; Sat, 07 Feb 2009 01:42:06 -0500 Received: (from lenb@localhost) by localhost.localdomain (8.14.2/8.14.2/Submit) id n176g6dk009928; Sat, 07 Feb 2009 01:42:06 -0500 From: Len Brown To: linux-acpi@vger.kernel.org Cc: Thierry Vignaud , Andrew Morton , Len Brown Subject: [PATCH 30/30] ACPI: Kconfig text - Fix the ACPI_CONTAINER module name according to the real module name. Date: Sat, 07 Feb 2009 01:41:38 -0500 Message-id: <370154bbefb627cb5f987f5646284755c7684bc8.1233988827.git.len.brown@intel.com> X-Mailer: git-send-email 1.6.1.2.390.gba743 In-reply-to: <091d71e023557136e96f0e54f301497a3fc95dc3.1233988822.git.len.brown@intel.com> References: <091d71e023557136e96f0e54f301497a3fc95dc3.1233988822.git.len.brown@intel.com> In-reply-to: <091d71e023557136e96f0e54f301497a3fc95dc3.1233988822.git.len.brown@intel.com> References: <091d71e023557136e96f0e54f301497a3fc95dc3.1233988822.git.len.brown@intel.com> Organization: Intel Open Source Technology Center Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org From: Thierry Vignaud Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- drivers/acpi/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index d7f9839..70bdb85 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -287,7 +287,7 @@ config ACPI_CONTAINER support physical cpu/memory hot-plug. If one selects "m", this driver can be loaded with - "modprobe acpi_container". + "modprobe container". config ACPI_HOTPLUG_MEMORY tristate "Memory Hotplug"