Commit 8b7c764e authored by YangHui's avatar YangHui Committed by Takashi Iwai
Browse files

ALSA: core: Remove redundant comments

parent 09926202
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.