Hello Stephen, On Tuesday, January 14, 2025 19:47 CET, Stephen Hemminger <[email protected]> wrote:
> On Fri, 13 Dec 2024 22:41:55 +0100 > Ariel Otilibili <[email protected]> wrote: > > > Coverity issue: 384444 > > Fixes: a62ec90522a ("net/sfc: add port representors infrastructure") > > Cc: Andrew Rybchenko <[email protected]> > > Cc: [email protected] > > Signed-off-by: Ariel Otilibili <[email protected]> > > --- > > 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

