From patchwork Sun Aug 7 01:41:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1042272 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p771fe4V023920 for ; Sun, 7 Aug 2011 01:42:00 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8E97E9E902 for ; Sat, 6 Aug 2011 18:41:39 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from oproxy8-pub.bluehost.com (oproxy8-pub.bluehost.com [69.89.22.20]) by gabe.freedesktop.org (Postfix) with SMTP id 46CAB9E73D for ; Sat, 6 Aug 2011 18:41:31 -0700 (PDT) Received: (qmail 3605 invoked by uid 0); 7 Aug 2011 01:41:30 -0000 Received: from unknown (HELO box742.bluehost.com) (66.147.244.242) by oproxy8.bluehost.com with SMTP; 7 Aug 2011 01:41:30 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xenotime.net; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Message-Id:Subject:Cc:To:From:Date; bh=E+sHvPs0AjJVa6Zewu7uCJivAec3bNzMPSmEEyYfWBI=; b=qGlcgaIkjGQbmWwuISBWT7dqjJ7WmvmG1sfVev8YtIWOZEjNuLZiVCmwMC9aAByAYQe/D4UiwVKLXo3YRNqDYeptscBr5JfzwUwEjzC8Ntu4rHKUDCgMgOwGzh71aw4S; Received: from static-50-53-38-135.bvtn.or.frontiernet.net ([50.53.38.135] helo=chimera.site) by box742.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QpsMs-0004MI-Kx; Sat, 06 Aug 2011 19:41:30 -0600 Date: Sat, 6 Aug 2011 18:41:29 -0700 From: Randy Dunlap To: lkml , jlee@novell.com, joeyli.kernel@gmail.com, akpm Subject: [PATCH] gpu/stub: try to make help text readable Message-Id: <20110806184129.287dd4f9.rdunlap@xenotime.net> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Cc: Airlie , Dave@freedesktop.org, dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 07 Aug 2011 01:42:00 +0000 (UTC) From: Randy Dunlap I couldn't parse the STUB_POULSBO help text and the module names were misleading, so try to make it more readable, use corrected module names, and spell "acpi" as "ACPI". Signed-off-by: Randy Dunlap Cc: Lee, Chun-Yi Cc: Lee, Chun-Yi Cc: Dave Airlie --- drivers/gpu/stub/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- linux-3.0-git22.orig/drivers/gpu/stub/Kconfig +++ linux-3.0-git22/drivers/gpu/stub/Kconfig @@ -12,7 +12,7 @@ config STUB_POULSBO help Choose this option if you have a system that has Intel GMA500 (Poulsbo) integrated graphics. If M is selected, the module will - be called Poulsbo. This driver is a stub driver for Poulsbo that - will call poulsbo.ko to enable the acpi backlight control sysfs - entry file because there have no poulsbo native driver can support + be called poulsbo. This driver is a stub driver for Poulsbo that + will call psb_gfx.ko to enable the ACPI backlight control sysfs + entry file because there is no poulsbo native driver that supports intel opregion.