diff options
author | YangHui <yanghui.def@gmail.com> | 2020-12-21 14:22:07 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-12-21 08:55:15 +0100 |
commit | 8b7c764e0644455a5991abea126e7ca6e03ee723 (patch) | |
tree | 517ac3d4631cea5a278f51bb4ebfd4c5a7afbb4d /sound/core | |
parent | 09926202e939fd699650ac0fc0baa5757e069390 (diff) | |
download | linux-8b7c764e0644455a5991abea126e7ca6e03ee723.tar.bz2 |
ALSA: core: Remove redundant comments
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>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/core/init.c b/sound/core/init.c index 764dbe673d48..75aec71c48a8 100644 --- 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. |