Dne Tue, 14 Jul 2009 17:06:02 +0100 Matthew Garrett napsal: > +static void backlight_generate_event(struct backlight_device *bd, > + enum backlight_update_reason > reason) +{ > + char *envp[2]; > + > + switch (reason) { > + case BACKLIGHT_UPDATE_SYSFS: > + envp[0] = "SOURCE=sysfs"; > + break; > + case BACKLIGHT_UPDATE_HOTKEY: > + envp[0] = "SOURCE=hotkey"; > + break; > + default: > + envp[0] = "SORUCE=unknown"; There's a typo here. s/SORUCE/SOURCE/ Michal -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html