mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
ALSA: usb-audio: Correct document for snd_usb_endpoint_free_all()
The kerndoc comment for the new function snd_usb_endpoint_free_all()
had a typo wrt the argument name. Fix it.
Fixes: 00272c6182
("ALSA: usb-audio: Avoid unnecessary interface re-setup")
Reported-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210205082837.6327-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3c4ab49ec5
commit
036f90dd92
@ -1451,7 +1451,7 @@ void snd_usb_endpoint_release(struct snd_usb_endpoint *ep)
|
||||
|
||||
/**
|
||||
* snd_usb_endpoint_free_all: Free the resources of an snd_usb_endpoint
|
||||
* @card: The chip
|
||||
* @chip: The chip
|
||||
*
|
||||
* This free all endpoints and those resources
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user