From: Mark Brown Date: Fri, 9 Mar 2018 12:46:27 +0000 (+0000) Subject: ASoC: core: Fix typo roup->group X-Git-Tag: v4.19~773^2~32^2~67^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7e73b26aea58003931e2f3925d9c01f6b6c4c4d;p=platform%2Fkernel%2Flinux-rpi.git ASoC: core: Fix typo roup->group Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index e1f047d..4cd32f1 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -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 };