aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm2835-audio
diff options
context:
space:
mode:
authorVictor Vaschenko <vicmos89@gmail.com>2017-02-06 15:48:01 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-09 13:16:09 +0100
commit1605cda06ba58f1b3b9570ae9ea13e9793aeca2a (patch)
tree54124df983e304d7d78ea1ec9a964ff6060e0216 /drivers/staging/bcm2835-audio
parentstaging: bcm2835-audio: Remove unnecessary space after cast (diff)
downloadlinux-dev-1605cda06ba58f1b3b9570ae9ea13e9793aeca2a.tar.xz
linux-dev-1605cda06ba58f1b3b9570ae9ea13e9793aeca2a.zip
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: Victor Vaschenko <vicmos89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm2835-audio')
-rw-r--r--drivers/staging/bcm2835-audio/bcm2835-ctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/bcm2835-audio/bcm2835-ctl.c b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
index 164daa4c723c..bfb7e9f74176 100644
--- a/drivers/staging/bcm2835-audio/bcm2835-ctl.c
+++ b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
@@ -164,8 +164,7 @@ static struct snd_kcontrol_new snd_bcm2835_ctl[] = {
.get = snd_bcm2835_ctl_get,
.put = snd_bcm2835_ctl_put,
.count = 1,
- .tlv =
- {.p = snd_bcm2835_db_scale}
+ .tlv = {.p = snd_bcm2835_db_scale}
},
{
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,