Skip to content

Commit

Permalink
leds: fix spelling mistake
Browse files Browse the repository at this point in the history
Fix typo: "Tigger" --> "Trigger"

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
  • Loading branch information
Flavio Suligoi authored and Pavel Machek committed Jul 12, 2020
1 parent 0987c7d commit 14d3e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/led-triggers.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ int devm_led_trigger_register(struct device *dev,
}
EXPORT_SYMBOL_GPL(devm_led_trigger_register);

/* Simple LED Tigger Interface */
/* Simple LED Trigger Interface */

void led_trigger_event(struct led_trigger *trig,
enum led_brightness brightness)
Expand Down

0 comments on commit 14d3e74

Please sign in to comment.