projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7df2a3
)
ALSA: control - Fixe a trailing white space error
author
Jeffrin Jose
<ahiliation@yahoo.co.in>
Wed, 7 Mar 2012 17:27:39 +0000
(22:57 +0530)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 13 Mar 2012 07:11:59 +0000
(08:11 +0100)
Fixed a trailing white space error detected
in sound/core/control.c by checkpatch.pl script.
Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/core/control.c
b/sound/core/control.c
index 819a5c579a3975f129b2b35e67be0ad12d2780bd..2487a6bb1c545a3338aa19fbd244c952724f1058 100644
(file)
--- a/
sound/core/control.c
+++ b/
sound/core/control.c
@@
-1313,7
+1313,7
@@
static int snd_ctl_tlv_ioctl(struct snd_ctl_file *file,
err = -EPERM;
goto __kctl_end;
}
- err = kctl->tlv.c(kctl, op_flag, tlv.length, _tlv->tlv);
+ err = kctl->tlv.c(kctl, op_flag, tlv.length, _tlv->tlv);
if (err > 0) {
up_read(&card->controls_rwsem);
snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_TLV, &kctl->id);