Skip to content

Commit b359b3a

Browse files
Jiapeng ChongBoris Ostrovsky
authored andcommitted
x86/xen: Fix kerneldoc warning
Fix the following W=1 kernel warnings: arch/x86/xen/setup.c:725: warning: expecting prototype for machine_specific_memory_setup(). Prototype was for xen_memory_setup() instead. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Link: https://lore.kernel.org/r/20220307062554.8334-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
1 parent eed0574 commit b359b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/xen/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ static void __init xen_reserve_xen_mfnlist(void)
719719
}
720720

721721
/**
722-
* machine_specific_memory_setup - Hook for machine specific memory setup.
722+
* xen_memory_setup - Hook for machine specific memory setup.
723723
**/
724724
char * __init xen_memory_setup(void)
725725
{

0 commit comments

Comments
 (0)