Commit ba100438 authored by Sreya Mittal's avatar Sreya Mittal Committed by Greg Kroah-Hartman

staging: vc04_services: bcm2835-audio: Align with parenthesis

Fix the checkpatch issue:
Alignment should match open parenthesis
Signed-off-by: default avatarSreya Mittal <sreyamittal5@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c9862fe6
...@@ -107,7 +107,7 @@ static int snd_bcm2835_ctl_get(struct snd_kcontrol *kcontrol, ...@@ -107,7 +107,7 @@ static int snd_bcm2835_ctl_get(struct snd_kcontrol *kcontrol,
} }
static int snd_bcm2835_ctl_put(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); struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol);
int changed = 0; int changed = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment