Add missing parameter names. No functional change. Signed-off-by: Federico Serafini <federico.seraf...@bugseng.com> --- xen/include/xen/xmalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/include/xen/xmalloc.h b/xen/include/xen/xmalloc.h index 16979a117c..9ecddbff5e 100644 --- a/xen/include/xen/xmalloc.h +++ b/xen/include/xen/xmalloc.h @@ -63,7 +63,7 @@ }) /* Free any of the above. */ -extern void xfree(void *); +extern void xfree(void *p); /* Free an allocation, and zero the pointer to it. */ #define XFREE(p) do { \ -- 2.34.1