Re: [PATCH net-next] ethtool: rss: fix rss key initialization warning

From: Jakub Kicinski
Date: Thu Sep 12 2024 - 19:46:15 EST


On Thu, 12 Sep 2024 16:05:30 -0700 Daniel Zahka wrote:
> - WARN_ON_ONCE(!ret && !rxfh_dev.key &&
> + WARN_ON_ONCE(!ret && !rxfh_dev.key && ops->rxfh_per_ctx_key &&

wrap at 80 chars, please, make sure you read:
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html
before sending v2
--
pw-bot: cr