[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] mm: adjust _xvrealloc() declaration
commit 64d2290cf96bbf84bb8606f9bc784166ac610b1c Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Tue Nov 12 13:33:38 2024 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Tue Nov 12 13:33:38 2024 +0100 mm: adjust _xvrealloc() declaration ... to match its definition parameter-name-wise, to please Misra C:2012 Rule 8.3. Fixes: 9102fcd9579f ("mm: introduce xvmalloc() et al and use for grant table allocations") Reported-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- xen/include/xen/xvmalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/xen/xvmalloc.h b/xen/include/xen/xvmalloc.h index e1969c8596..440d85a284 100644 --- a/xen/include/xen/xvmalloc.h +++ b/xen/include/xen/xvmalloc.h @@ -52,7 +52,7 @@ void xvfree(void *va); /* Underlying functions */ void *_xvmalloc(size_t size, unsigned int align); void *_xvzalloc(size_t size, unsigned int align); -void *_xvrealloc(void *ptr, size_t size, unsigned int align); +void *_xvrealloc(void *va, size_t size, unsigned int align); static inline void *_xvmalloc_array( size_t size, unsigned int align, unsigned long num) -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |