dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Antonio Ospite 2009-11-28 12:55:51 +01:00 committed by Richard Purdie
parent d4cc6a2eee
commit 9695fff8f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};