Re: [PATCH net-next v5 1/2] net, treewide: define and use MAC_ADDR_STR_LEN

From: Breno Leitao
Date: Fri Feb 21 2025 - 04:38:58 EST


On Thu, Feb 20, 2025 at 06:29:20PM -0700, Uday Shankar wrote:
> There are a few places in the tree which compute the length of the
> string representation of a MAC address as 3 * ETH_ALEN - 1. Define a
> constant for this and use it where relevant. No functionality changes
> are expected.
>
> Signed-off-by: Uday Shankar <ushankar@xxxxxxxxxxxxxxx>
> Reviewed-by: Michal Swiatkowski <michal.swiatkowski@xxxxxxxxxxxxxxx>
> Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>

Reviwed-by: Breno Leitao <leitao@xxxxxxxxxx>