Skip to content

Commit

Permalink
ALSA: firewire: fix kernel-doc
Browse files Browse the repository at this point in the history
Fix W=1 warning. Remove excess function parameter from description

Fixes: 7bc9382 ("ALSA: firewire-lib: split allocation of isochronous resources from establishment of connection")
Acked-by: Takashi Sakamoto <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
plbossart authored and tiwai committed Jul 7, 2020
1 parent 74729a8 commit ba2def2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/firewire/cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ static int pcr_set_check(struct cmp_connection *c, __be32 pcr)
/**
* cmp_connection_establish - establish a connection to the target
* @c: the connection manager
* @max_payload_bytes: the amount of data (including CIP headers) per packet
*
* This function establishes a point-to-point connection from the local
* computer to the target by allocating isochronous resources (channel and
Expand Down

0 comments on commit ba2def2

Please sign in to comment.