Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f722377b authored by Thomas Weber's avatar Thomas Weber Committed by Jiri Kosina
Browse files

i2c: twl.h: Fix comment typos and tab



Fix typo in comments:
	- contollable => controllable
	- uniqe => unique

Replace tab with whitespace in defines.

Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b7a5633a
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -496,7 +496,7 @@ struct twl4030_madc_platform_data {
	int		irq_line;
	int		irq_line;
};
};


/* Boards have uniqe mappings of {row, col} --> keycode.
/* Boards have unique mappings of {row, col} --> keycode.
 * Column and row are 8 bits each, but range only from 0..7.
 * Column and row are 8 bits each, but range only from 0..7.
 * a PERSISTENT_KEY is "always on" and never reported.
 * a PERSISTENT_KEY is "always on" and never reported.
 */
 */
@@ -664,7 +664,7 @@ static inline int twl4030charger_usb_en(int enable) { return 0; }
#define TWL4030_REG_VUSB3V1	19
#define TWL4030_REG_VUSB3V1	19


/* TWL6030 SMPS/LDO's */
/* TWL6030 SMPS/LDO's */
/* EXTERNAL dc-to-dc buck convertor contollable via SR */
/* EXTERNAL dc-to-dc buck convertor controllable via SR */
#define TWL6030_REG_VDD1	30
#define TWL6030_REG_VDD1	30
#define TWL6030_REG_VDD2	31
#define TWL6030_REG_VDD2	31
#define TWL6030_REG_VDD3	32
#define TWL6030_REG_VDD3	32