[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen: change names and type qualifiers in copy_domain_page() declaration
commit 56cc35e83e15c853f308ccb9b17ca91dada3fa31 Author: Federico Serafini <federico.serafini@xxxxxxxxxxx> AuthorDate: Fri Jul 28 09:41:19 2023 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Jul 28 09:41:19 2023 +0200 xen: change names and type qualifiers in copy_domain_page() declaration Change names and type qualifiers of parameters in copy_domain_page() declaration to keep consistency with the corresponding definition. This addresses violations of MISRA C:2012 Rule 8.3: "All declarations of an object or function shall use the same names and type qualifiers". No functional changes. Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/include/xen/domain_page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/xen/domain_page.h b/xen/include/xen/domain_page.h index 149b217b96..c4007eac09 100644 --- a/xen/include/xen/domain_page.h +++ b/xen/include/xen/domain_page.h @@ -15,7 +15,7 @@ * Clear a given page frame, or copy between two of them. */ void clear_domain_page(mfn_t mfn); -void copy_domain_page(mfn_t dst, const mfn_t src); +void copy_domain_page(mfn_t dest, mfn_t source); #ifdef CONFIG_ARCH_MAP_DOMAIN_PAGE -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |