On 11.08.2023 09:19, Nicola Vetrini wrote: > The function can become static since it's used only within this file. > This also resolves a violation of MISRA C:2012 Rule 8.4 due to the absence > of a declaration before the function definition. > > Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com> > Fixes: b177892d2d0e ("vpci/msix: handle accesses adjacent to the MSI-X table")
Nit (typo): In the title you mean "vpci/msix", just like this quoted commit has it. This is important-ish because we also have "vpic" elsewhere in the tree. (Can certainly be adjusted while committing.) Jan