[PATCH 2/2] drivers/net/sfc: remove unused value
Stephen Hemminger
stephen at networkplumber.org
Wed Jan 15 00:34:19 CET 2025
On Tue, 14 Jan 2025 20:54:51 +0100
"Ariel Otilibili-Anieli" <otilibil at eurecom.fr> wrote:
> Hello Stephen,
>
> On Tuesday, January 14, 2025 19:47 CET, Stephen Hemminger <stephen at networkplumber.org> wrote:
>
> > On Fri, 13 Dec 2024 22:41:55 +0100
> > Ariel Otilibili <otilibil at eurecom.fr> wrote:
> >
> > > Coverity issue: 384444
> > > Fixes: a62ec90522a ("net/sfc: add port representors infrastructure")
> > > Cc: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> > > Cc: stable at dpdk.org
> > > Signed-off-by: Ariel Otilibili <otilibil at eurecom.fr>
> > > ---
> >
> > This gets checkpatch warning when I merged the SHA value is not correct.
> >
> > ### [PATCH] net/sfc: remove unused value
> >
> > WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: a62ec90522a6 ("net/sfc: add port representors infrastructure")'
> >
>
> Thanks for the heads up; I'll set the correct length in my .gitconfig
> > Bad
> > Fixes: a62ec90522a ("net/sfc: add port representors infrastructure")
> > Good
> > Fixes: a62ec90522a6 ("net/sfc: add port representors infrastructure")
> Have a good one,
> Ariel
>
Also, please send a patch to add your address to the .mailmap file.
Right now, check-git-log.sh script is complaining.
More information about the dev
mailing list