projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0992620
)
ALSA: core: Remove redundant comments
author
YangHui
<yanghui.def@gmail.com>
Mon, 21 Dec 2020 06:22:07 +0000
(14:22 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 21 Dec 2020 07:55:15 +0000
(08:55 +0100)
Remove redundant comments
Signed-off-by: YangHui <yanghui.def@gmail.com>
Link:
https://lore.kernel.org/r/1608531727-5433-1-git-send-email-yanghui.def@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/init.c
patch
|
blob
|
history
diff --git
a/sound/core/init.c
b/sound/core/init.c
index 764dbe673d48804e1e21c7cc5ed213c3a7e6ea08..75aec71c48a86705e6d1751bab2cb7aced987487 100644
(file)
--- a/
sound/core/init.c
+++ b/
sound/core/init.c
@@
-149,8
+149,6
@@
static void release_card_device(struct device *dev)
* @extra_size: allocate this extra size after the main soundcard structure
* @card_ret: the pointer to store the created card instance
*
- * Creates and initializes a soundcard structure.
- *
* The function allocates snd_card instance via kzalloc with the given
* space for the driver to use freely. The allocated struct is stored
* in the given card_ret pointer.