linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matej Laitl <strohel@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Lennart Poettering <mzxreary@0pointer.de>
Subject: [PATCH v2] Kconfig: Make MSI Laptop select BACKLIGHT_CLASS_DEVICE instead of depend
Date: Sat, 15 Sep 2007 12:15:43 +0200	[thread overview]
Message-ID: <200709151215.44578.strohel@gmail.com> (raw)

From: Matěj Laitl <strohel@gmail.com>

This simple patch helps users reveal this config option and makes MSI Laptop
more coherent with other laptop extras found in misc devices.

(this option was hidden until user says y to BACKLIGHT_CLASS_DEVICE under
Graphics drivers)

When at it, convert space indentation to tabs to match CodingStyle.

Signed-off-by: Matěj Laitl <strohel@gmail.com>
Acked-by: Lennart Poettering <mzxreary@0pointer.de>
---
Please ignore any garbage from me that may have arrived in your inbox when I 
tried to send v1 of my patch. My apologies. (mail client misconfiguration)

Only change since v1 of this patch is space -> tabs conversion.

 drivers/misc/Kconfig |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index a266558..8edf0fa 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -112,11 +112,11 @@ config ASUS_LAPTOP
 	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
 
 config MSI_LAPTOP
-        tristate "MSI Laptop Extras"
-        depends on X86
-        depends on ACPI_EC
-        depends on BACKLIGHT_CLASS_DEVICE
-        ---help---
+	tristate "MSI Laptop Extras"
+	depends on X86
+	depends on ACPI_EC
+	select BACKLIGHT_CLASS_DEVICE
+	---help---
 	  This is a driver for laptops built by MSI (MICRO-STAR
 	  INTERNATIONAL):
 
-- 
1.5.1.6


                 reply	other threads:[~2007-09-15 10:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200709151215.44578.strohel@gmail.com \
    --to=strohel@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mzxreary@0pointer.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).