Skip to content

Commit

Permalink
ALSA: usb-audio: Correct document for snd_usb_endpoint_free_all()
Browse files Browse the repository at this point in the history
The kerndoc comment for the new function snd_usb_endpoint_free_all()
had a typo wrt the argument name.  Fix it.

Fixes: 00272c6 ("ALSA: usb-audio: Avoid unnecessary interface re-setup")
Reported-by: Pierre-Louis Bossart <[email protected]>
Cc: <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Feb 5, 2021
1 parent 3c4ab49 commit 036f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/usb/endpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 036f90d

Please sign in to comment.