summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
diff options
context:
space:
mode:
authorMark Brown2018-03-09 13:46:27 +0100
committerMark Brown2018-03-09 13:46:27 +0100
commitf7e73b26aea58003931e2f3925d9c01f6b6c4c4d (patch)
tree492daa54d8b024f378b555bcec8335be3d8b6b14 /sound/soc/soc-core.c
parentASoC: use DEFINE_SHOW_ATTRIBUTE() to decrease code duplication (diff)
downloadkernel-qcow2-linux-f7e73b26aea58003931e2f3925d9c01f6b6c4c4d.tar.gz
kernel-qcow2-linux-f7e73b26aea58003931e2f3925d9c01f6b6c4c4d.tar.xz
kernel-qcow2-linux-f7e73b26aea58003931e2f3925d9c01f6b6c4c4d.zip
ASoC: core: Fix typo roup->group
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r--sound/soc/soc-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index e1f047de599e..4cd32f1bceb4 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
};