projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fcd0ab
)
ALSA: core: trivial code style fix
author
Lu Guanqun
<guanqun.lu@intel.com>
Wed, 24 Aug 2011 03:12:34 +0000
(11:12 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 24 Aug 2011 08:22:34 +0000
(10:22 +0200)
remove trailing tab on the line.
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c
patch
|
blob
|
history
diff --git
a/sound/core/control.c
b/sound/core/control.c
index
f8c5be4
..
7f2b3a7
100644
(file)
--- a/
sound/core/control.c
+++ b/
sound/core/control.c
@@
-1072,7
+1072,7
@@
static int snd_ctl_elem_add(struct snd_ctl_file *file,
long private_size;
struct user_element *ue;
int idx, err;
-
+
if (card->user_ctl_count >= MAX_USER_CONTROLS)
return -ENOMEM;
if (info->count < 1)