From: Victor Vaschenko Date: Mon, 6 Feb 2017 12:48:01 +0000 (+0300) Subject: Staging: bcm2835-audio: Fixed that open brace should be on previous line error in... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1605cda06ba58f1b3b9570ae9ea13e9793aeca2a;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm2835-audio/bcm2835-ctl.c b/drivers/staging/bcm2835-audio/bcm2835-ctl.c index 164daa4c723cf..bfb7e9f74176b 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,