[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250903175109.5aef1d47@kicinski-fedora-PF5CM1Y0>
Date: Wed, 3 Sep 2025 17:51:13 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: David Wilder <wilder@...ibm.com>
Cc: netdev@...r.kernel.org, jv@...sburgh.net, pradeeps@...ux.vnet.ibm.com,
pradeep@...ibm.com, i.maximets@....org, amorenoz@...hat.com,
haliu@...hat.com, stephen@...workplumber.org, horms@...nel.org
Subject: Re: [PATCH net-next v9 4/7] bonding: Processing extended
arp_ip_target from user space.
On Tue, 2 Sep 2025 13:43:00 -0700 David Wilder wrote:
> +/**
> + * bond_validate_tags - validate an array of bond_vlan_tag.
> + * @tags: the array to validate
> + * @len: the length in bytes of @tags
> + *
> + * Validate that @tags points to a valid array of struct bond_vlan_tag.
> + * Returns the length of the validated bytes in the array or -1 if no
> + * valid list is found.
> + */
kdoc is picky about the return value formatting, it wants a colon, so:
* Returns:
or
* Return:
--
pw-bot: cr
Powered by blists - more mailing lists