On Tue, 3 Oct 2006 03:10:56 +0200
Lennart Poettering <[EMAIL PROTECTED]> wrote:

> From: Lennart Poettering <[EMAIL PROTECTED]>
> 
> A driver for the special features of MSI S270 laptops (and maybe other
> MSI laptops). This driver implements a backlight device for
> controlling LCD brightness (/sys/class/backlight/msi-laptop-bl/).  In
> addition it allows access to the WLAN and Bluetooth states through a
> platform driver (/sys/devices/platform/msi-laptop-pf/).
> 
> ...
>

err, this driver has only about fifteen tab characters in it.  The whole
thing is using lean-on-the-spacebar instead of hard tabs.

fix, please??

> +static ssize_t store_lcd_level(
> +                struct device *dev, struct device_attribute *attr, const 
> char *buf, size_t count) {

No, kernel-style is

static ssize_t store_lcd_level(struct device *dev,
        struct device_attribute *attr, const char *buf, size_t count)
{

or thereabouts.


-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to