[PATCH 1/1] net/{octeon_ep,enetfec}: remove unused value
Stephen Hemminger
stephen at networkplumber.org
Thu Jan 30 19:39:55 CET 2025
On Wed, 18 Dec 2024 21:00:09 +0100
Ariel Otilibili <otilibil at eurecom.fr> wrote:
> Coverity issue: 385414, 374016
> Fixes: c836a7ba33e ("net/octeon_ep: support mailbox between VF and PF")
> Fixes: bb5b5bf1e5c ("net/enetfec: support queue configuration")
> Signed-off-by: Ariel Otilibili <otilibil at eurecom.fr>
> --
> Cc: stable at dpdk.org
> Cc: Vamsi Attunuru <vattunuru at marvell.com>
> Cc: Apeksha Gupta <apeksha.gupta at nxp.com>
> Cc: Sachin Saxena <sachin.saxena at nxp.com>
> ---
> drivers/net/enetfec/enet_ethdev.c | 1 -
> drivers/net/octeon_ep/otx_ep_mbox.c | 3 ---
> 2 files changed, 4 deletions(-)
The standard has changed (in upstream Linux checkpatch) to require longer commit id.
### [PATCH] net/{octeon_ep,enetfec}: remove unused value
WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12+ chars of sha1> ("<title line>")' - ie: 'Fixes: c836a7ba33ee ("net/octeon_ep: support mailbox between VF and PF")'
#7:
Fixes: c836a7ba33e ("net/octeon_ep: support mailbox between VF and PF")
WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12+ chars of sha1> ("<title line>")' - ie: 'Fixes: bb5b5bf1e5c6 ("net/enetfec: support queue configuration")'
#8:
Fixes: bb5b5bf1e5c ("net/enetfec: support queue configuration")
Fixed that and applied to next-net
More information about the dev
mailing list