aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c
diff options
context:
space:
mode:
authorSreya Mittal <sreyamittal5@gmail.com>2017-03-08 01:42:16 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-09 14:35:51 +0100
commitba100438e4bf942c249ddd11e964361fd761374b (patch)
treedf00cb74f14fb1387dfeb28e61fb13532e9c4271 /drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c
parentstaging: speakup: kobjects: Delete comparison (diff)
downloadlinux-dev-ba100438e4bf942c249ddd11e964361fd761374b.tar.xz
linux-dev-ba100438e4bf942c249ddd11e964361fd761374b.zip
staging: vc04_services: bcm2835-audio: Align with parenthesis
Fix the checkpatch issue: Alignment should match open parenthesis Signed-off-by: Sreya Mittal <sreyamittal5@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c')
-rw-r--r--drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c2
1 files changed, 1 insertions, 1 deletions
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;