aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2009-11-28 06:55:51 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-17 06:33:33 -0500
commit9695fff8f84d7ab849139750036e443b85804edd (patch)
tree7b905d93f27b24e7bcc73c23544da34f47f70c2c
parentd4cc6a2eee98faebf2c7d3ebc4b35541c1d47d21 (diff)
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>
-rw-r--r--include/linux/leds-pca9532.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/leds-pca9532.h b/include/linux/leds-pca9532.h
index 96eea90f01a8..f158eb1149aa 100644
--- a/include/linux/leds-pca9532.h
+++ b/include/linux/leds-pca9532.h
@@ -32,7 +32,7 @@ struct pca9532_led {
32 struct i2c_client *client; 32 struct i2c_client *client;
33 char *name; 33 char *name;
34 struct led_classdev ldev; 34 struct led_classdev ldev;
35 struct work_struct work; 35 struct work_struct work;
36 enum pca9532_type type; 36 enum pca9532_type type;
37 enum pca9532_state state; 37 enum pca9532_state state;
38}; 38};