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 <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Reviewed-by: Boris Ostrovsky <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Boris Ostrovsky <[email protected]>
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)