]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: core: Fix typo roup->group
authorMark Brown <broonie@kernel.org>
Fri, 9 Mar 2018 12:46:27 +0000 (12:46 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 9 Mar 2018 12:46:27 +0000 (12:46 +0000)
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c

index e1f047de599e204f3f1829e9275ba8371f0ef0ad..4cd32f1bceb43f0291fac219258753176f088898 100644 (file)
@@ -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
 };