Re: [PATCH net v4 3/3] bonding: 3ad: make ad_ticks_per_sec a const

From: Jakub Kicinski
Date: Thu Aug 18 2022 - 23:57:17 EST


On Thu, 18 Aug 2022 10:41:12 -0400 Jonathan Toppins wrote:
> @@ -2005,7 +2006,7 @@ void bond_3ad_initiate_agg_selection(struct bonding *bond, int timeout)
> *
> * Can be called only after the mac address of the bond is set.
> */
> -void bond_3ad_initialize(struct bonding *bond, u16 tick_resolution)
> +void bond_3ad_initialize(struct bonding *bond)

kdoc needs updating here