提交 6db2fa0a 编写于 作者: B Brian Masney 提交者: Jonathan Cameron

staging: iio: isl29028: made alignment of variables in struct isl29028_chip consistent

The alignment of the variables in the struct isl29028_chip is not
consistent. This changes all of the variables to use consistent
alignment to improve the code readability.
Signed-off-by: NBrian Masney <masneyb@onstation.org>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 b44b1f31
......@@ -67,13 +67,13 @@ enum isl29028_als_ir_mode {
};
struct isl29028_chip {
struct mutex lock;
struct regmap *regmap;
struct mutex lock;
struct regmap *regmap;
unsigned int prox_sampling;
bool enable_prox;
unsigned int prox_sampling;
bool enable_prox;
int lux_scale;
int lux_scale;
enum isl29028_als_ir_mode als_ir_mode;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册