Skip to content

Commit

Permalink
leds: leds-pwm: Fix checkpatch warning
Browse files Browse the repository at this point in the history
Fixes the following checkpatch warning:
WARNING: please, no space before tabs
	FILE: leds/leds-pwm.c:29:
		^Iunsigned int ^I^Iactive_low;$

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
  • Loading branch information
Sachin Kamat authored and cooloney committed Nov 27, 2012
1 parent b40b0c1 commit dcba910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
struct led_pwm_data {
struct led_classdev cdev;
struct pwm_device *pwm;
unsigned int active_low;
unsigned int active_low;
unsigned int period;
};

Expand Down

0 comments on commit dcba910

Please sign in to comment.