On 14-10-19, 13:51, Vinod Koul wrote: > On 24-09-19, 11:51, Andy Shevchenko wrote: > > On some platforms the clock can be fixed rate, always running one and > > there is no need to do anything with it. > > > > In order to support those platforms, switch to use optional clock. > > > > Fixes: f8d9ddbc2851 ("Enable iDMA 32-bit on Intel Elkhart Lake") > > My script complained the Fixes doesnt match, you seem to have omitted > the subsystem and driver name tags from this line. Better to automate getting these tags the way Documentation says. Keep following in your gitconfig file: [pretty] fixes = Fixes: %h (\"%s\") onelin = commit %h (\"%s\") and then you can do: git log --pretty=fixes OR --pretty=onelin to get the tags in correct format. -- viresh