Commit 1605cda0 authored by Victor Vaschenko's avatar Victor Vaschenko Committed by Greg Kroah-Hartman

Staging: bcm2835-audio: Fixed that open brace should be on previous line error in bcm2835-ctl.c

Fixed ERROR: that open brace { should be on the previous line.
One coding style correction for better readable code.
Signed-off-by: default avatarVictor Vaschenko <vicmos89@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b715b51e
...@@ -164,8 +164,7 @@ static struct snd_kcontrol_new snd_bcm2835_ctl[] = { ...@@ -164,8 +164,7 @@ static struct snd_kcontrol_new snd_bcm2835_ctl[] = {
.get = snd_bcm2835_ctl_get, .get = snd_bcm2835_ctl_get,
.put = snd_bcm2835_ctl_put, .put = snd_bcm2835_ctl_put,
.count = 1, .count = 1,
.tlv = .tlv = {.p = snd_bcm2835_db_scale}
{.p = snd_bcm2835_db_scale}
}, },
{ {
.iface = SNDRV_CTL_ELEM_IFACE_MIXER, .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment