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-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]