The cloning from xmalloc.h happened long before Misra work started in
earnest, leading to the missing parameter name having been overlooked
later on.
Fixes: 9102fcd9579f ("mm: introduce xvmalloc() et al and use for grant table allocations")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Michal Orzel <michal.orzel@amd.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
__alignof__(typeof(*(ptr)))))
/* Free any of the above. */
-void xvfree(void *);
+void xvfree(void *va);
/* Free an allocation, and zero the pointer to it. */
#define XVFREE(p) do { \