On 05/12/2025 11:49 am, Michal Orzel wrote: > Inside do_xen_version, there are two other places using local variables > named "params". Rename hypfs dir "params" to "params_dir". This resolves > MISRA C R5.3 violation. > > Signed-off-by: Michal Orzel <[email protected]>
Equally, the two things called params could be shorted to p, but "params" is a common general name so this approach is probably better. Reviewed-by: Andrew Cooper <[email protected]>
