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

Unverified Commit f7e73b26 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: core: Fix typo roup->group



Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c15b2a1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
};