mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 02:25:36 -04:00
ASoC: core: Fix typo roup->group
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user