RE: [PATCH net 1/6] net: enetc: validate VF primary MAC address before configuration
From: Wei Fang
Date: Thu May 14 2026 - 22:16:05 EST
> addr = cmd->mac.sa_data;
> + if (!is_valid_ether_addr(addr)) {
> + dev_warn_ratelimited(dev, "VF%d attempted to set invalid MAC",
> + vf_id);
Sashiko reported that the string was missing a newline character '\n' at
the end.
I will fix this issue in v2.
--
pw-bot: cr