Commit 9695fff8f84d7ab849139750036e443b85804edd

Authored by Antonio Ospite
Committed by Richard Purdie
1 parent d4cc6a2eee

leds: leds-pca9532.h- indent with tabs, not spaces

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/leds-pca9532.h
... ... @@ -32,7 +32,7 @@
32 32 struct i2c_client *client;
33 33 char *name;
34 34 struct led_classdev ldev;
35   - struct work_struct work;
  35 + struct work_struct work;
36 36 enum pca9532_type type;
37 37 enum pca9532_state state;
38 38 };