未验证 提交 f7e73b26 编写于 作者: M Mark Brown

ASoC: core: Fix typo roup->group

Signed-off-by: NMark Brown <broonie@kernel.org>
上级 c15b2a1d
......@@ -221,14 +221,14 @@ static const struct attribute_group soc_dapm_dev_group = {
.is_visible = soc_dev_attr_is_visible,
};
static const struct attribute_group soc_dev_roup = {
static const struct attribute_group soc_dev_group = {
.attrs = soc_dev_attrs,
.is_visible = soc_dev_attr_is_visible,
};
static const struct attribute_group *soc_dev_attr_groups[] = {
&soc_dapm_dev_group,
&soc_dev_roup,
&soc_dev_group,
NULL
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册