提交 927db287 编写于 作者: M Mark Brown

regmap: ac97: Clean up indentation

Signed-off-by: NMark Brown <broonie@kernel.org>
上级 97bf6af1
...@@ -74,8 +74,8 @@ static int regmap_ac97_reg_write(void *context, unsigned int reg, ...@@ -74,8 +74,8 @@ static int regmap_ac97_reg_write(void *context, unsigned int reg,
} }
static const struct regmap_bus ac97_regmap_bus = { static const struct regmap_bus ac97_regmap_bus = {
.reg_write = regmap_ac97_reg_write, .reg_write = regmap_ac97_reg_write,
.reg_read = regmap_ac97_reg_read, .reg_read = regmap_ac97_reg_read,
}; };
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册