diff mbox series

[RFC,12/23] ALSA: firewire: fix kernel-doc

Message ID 20200702193604.169059-13-pierre-louis.bossart@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series ALSA: fix kernel-doc and W=1 warnings | expand

Commit Message

Pierre-Louis Bossart July 2, 2020, 7:35 p.m. UTC
Fix W=1 warning. Remove excess function parameter from description

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 sound/firewire/cmp.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Takashi Sakamoto July 3, 2020, 12:56 a.m. UTC | #1
On Thu, Jul 02, 2020 at 02:35:53PM -0500, Pierre-Louis Bossart wrote:
> Fix W=1 warning. Remove excess function parameter from description
> 
> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
> ---
>  sound/firewire/cmp.c | 1 -
>  1 file changed, 1 deletion(-)
 
Thanks for your catching this bug.

Fixes: 7bc93821a70a ("ALSA: firewire-lib: split allocation of isochronous resources from establishment of connection")
Acked-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>

> diff --git a/sound/firewire/cmp.c b/sound/firewire/cmp.c
> index 14abbe7175b6..b596bec19774 100644
> --- a/sound/firewire/cmp.c
> +++ b/sound/firewire/cmp.c
> @@ -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
> -- 
> 2.25.1
 

Regards

Takashi Sakamoto
diff mbox series

Patch

diff --git a/sound/firewire/cmp.c b/sound/firewire/cmp.c
index 14abbe7175b6..b596bec19774 100644
--- a/sound/firewire/cmp.c
+++ b/sound/firewire/cmp.c
@@ -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