Hi Stephen, On Fri, 2020-05-15 at 08:29 +1000, Stephen Rothwell wrote: > Hi all, > > In commit > > f438e9598695 ("evm: Fix a small race in init_desc()") > > Fixes tag > > Fixes: 53de3b080d5e: "evm: Check also if *tfm is an error pointer in init_desc()" > > has these problem(s): > > - missing space between the SHA1 and the subject > Just use > git log -1 --format='Fixes: %h ("%s")' > > So > > Fixes: 53de3b080d5e ("evm: Check also if *tfm is an error pointer in init_desc()") Yes, I missed that. Thank you. Mimi