On Fri, Jun 20, 2025 at 09:34:21AM +0200, gregkh@linuxfoundation.org wrote:
From 960013ec5b5e86c2c096e79ce6e08bce970650b3 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor nathan@kernel.org Date: Wed, 7 May 2025 21:47:45 +0100 Subject: [PATCH] net: qede: Initialize qede_ll_ops with designated initializer
This is one of those unfortunate situations where a patch went into mainline twice via separate trees
6b3ab7f2cbfa ("net: qede: Initialize qede_ll_ops with designated initializer") 960013ec5b5e ("net: qede: Initialize qede_ll_ops with designated initializer")
and it is already in the stable trees from the first SHA, so nothing to do here.
Cheers, Nathan