From: Antonio Ospite Date: Sat, 28 Nov 2009 11:55:51 +0000 (+0100) Subject: leds: leds-pca9532.h- indent with tabs, not spaces X-Git-Tag: v2.6.33-rc1~11^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9695fff8f84d7ab849139750036e443b85804edd;p=~shefty%2Frdma-dev.git leds: leds-pca9532.h- indent with tabs, not spaces Signed-off-by: Antonio Ospite Signed-off-by: Richard Purdie --- 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; };