From: Sreya Mittal Date: Tue, 7 Mar 2017 20:12:16 +0000 (+0530) Subject: staging: vc04_services: bcm2835-audio: Align with parenthesis X-Git-Tag: v4.12-rc1~84^2~698 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ba100438e4bf942c249ddd11e964361fd761374b;p=linux.git staging: vc04_services: bcm2835-audio: Align with parenthesis Fix the checkpatch issue: Alignment should match open parenthesis Signed-off-by: Sreya Mittal Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c b/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c index 659c3d1eaa96..5b03102c5f18 100644 --- a/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c +++ b/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c @@ -107,7 +107,7 @@ static int snd_bcm2835_ctl_get(struct snd_kcontrol *kcontrol, } static int snd_bcm2835_ctl_put(struct snd_kcontrol *kcontrol, - struct snd_ctl_elem_value *ucontrol) + struct snd_ctl_elem_value *ucontrol) { struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); int changed = 0;