diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2009-11-28 12:55:51 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-17 11:33:33 +0000 |
commit | 9695fff8f84d7ab849139750036e443b85804edd (patch) | |
tree | 7b905d93f27b24e7bcc73c23544da34f47f70c2c /include/linux | |
parent | d4cc6a2eee98faebf2c7d3ebc4b35541c1d47d21 (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>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/leds-pca9532.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/leds-pca9532.h b/include/linux/leds-pca9532.h index 96eea90f01a..f158eb1149a 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; }; |