OSDN Git Service

Staging: bcm2835-audio: Fixed that open brace should be on previous line error in...
authorVictor Vaschenko <vicmos89@gmail.com>
Mon, 6 Feb 2017 12:48:01 +0000 (15:48 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:16:09 +0000 (13:16 +0100)
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>
drivers/staging/bcm2835-audio/bcm2835-ctl.c

index 164daa4..bfb7e9f 100644 (file)
@@ -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,