Re: [Intel-wired-lan] [PATCH iwl-net v2 1/2] ice: move ice_vsi_realloc_stat_arrays() up
Simon Horman <[email protected]> Mon, 13 Jul 2026 15:03:06 +0100
| Newsgroups | org.osuosl.intel-wired-lan,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 07, 2026 at 12:43:30AM +0200, Przemek Kitszel wrote: > Move ice_vsi_realloc_stat_arrays() up, to allow calling it from > ice_vsi_cfg_def() by the next commit. > > Fix kdoc for touched code. One line break removed, "int i" scope > minimized to the loop, no changes otherwise. > > Reviewed-by: Marcin Szycik <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > --- > v2: no changes Reviewed-by: Simon Horman <[email protected]>