aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2009-11-28 12:55:51 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-17 11:33:33 +0000
commit9695fff8f84d7ab849139750036e443b85804edd (patch)
tree7b905d93f27b24e7bcc73c23544da34f47f70c2c
parentleds: Add LED class driver for regulator driven LEDs. (diff)
downloadlinux-dev-9695fff8f84d7ab849139750036e443b85804edd.tar.xz
linux-dev-9695fff8f84d7ab849139750036e443b85804edd.zip
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 {
struct i2c_client *client;
char *name;
struct led_classdev ldev;
- struct work_struct work;
+ struct work_struct work;
enum pca9532_type type;
enum pca9532_state state;
};