On Mon, 23 Oct 2023, Nicola Vetrini wrote: > Some variables with external linkage used in C code do not have > a visible declaration where they are defined. Other variables > can become static, thereby eliminating the need for a declaration. > Doing so also resolves violations of MISRA C:2012 Rule 8.4. > > Fix typo s/mcinfo_dumpped/mcinfo_dumped/ while making > the variable static. > > Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com>
Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>