diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-02-23 17:10:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-24 17:20:00 +0900 |
commit | 5c9e719691eab8c5de8b1b68fc3da9f7c4470c38 (patch) | |
tree | 8efcb348a4a5756db4af07f5f1bdf1ddfc7254e1 /include/linux/regulator | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | talos-op-linux-5c9e719691eab8c5de8b1b68fc3da9f7c4470c38.tar.gz talos-op-linux-5c9e719691eab8c5de8b1b68fc3da9f7c4470c38.zip |
regulator: core: Fix space before TAB
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/consumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index d17e1ff7ad01..aeacd624a794 100644 --- a/include/linux/regulator/consumer.h +++ b/include/linux/regulator/consumer.h @@ -114,7 +114,7 @@ struct regmap; #define REGULATOR_EVENT_OVER_TEMP 0x10 #define REGULATOR_EVENT_FORCE_DISABLE 0x20 #define REGULATOR_EVENT_VOLTAGE_CHANGE 0x40 -#define REGULATOR_EVENT_DISABLE 0x80 +#define REGULATOR_EVENT_DISABLE 0x80 #define REGULATOR_EVENT_PRE_VOLTAGE_CHANGE 0x100 #define REGULATOR_EVENT_ABORT_VOLTAGE_CHANGE 0x200 #define REGULATOR_EVENT_PRE_DISABLE 0x400 |