Re: [PATCHv2 net-next] net: bnxt: use ethtool string helpers
From: Jakub Kicinski
Date: Tue Oct 29 2024 - 18:49:51 EST
On Tue, 22 Oct 2024 12:37:37 -0700 Rosen Penev wrote:
> struct bnxt *bp = netdev_priv(dev);
> - static const char * const *str;
> + const char *str;
> u32 i, j, num_str;
please respect reverse xmas tree variable declaration ordering
Since the line declaring str is now shortest it should go to the end.
--
pw-bot: cr