On Wed, 18 Dec 2024 21:00:09 +0100
Ariel Otilibili <[email protected]> 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 <[email protected]>
> --
> Cc: [email protected]
> Cc: Vamsi Attunuru <[email protected]>
> Cc: Apeksha Gupta <[email protected]>
> Cc: Sachin Saxena <[email protected]>
> ---
>  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

Reply via email to