From ee6cca8f5f9a030235a2ce94433ecfb9f552cb66 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro <62250734+felipee-monteiro@users.noreply.github.com> Date: Fri, 11 Apr 2025 10:59:28 -0300 Subject: [PATCH] typo: fix asm path description Fix a simple typo error --- arch/x86/include/asm/reboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/reboot.h b/arch/x86/include/asm/reboot.h index ecd58ea9a837b1..a03cea47b37a30 100644 --- a/arch/x86/include/asm/reboot.h +++ b/arch/x86/include/asm/reboot.h @@ -21,7 +21,7 @@ extern int crashing_cpu; void native_machine_crash_shutdown(struct pt_regs *regs); void native_machine_shutdown(void); void __noreturn machine_real_restart(unsigned int type); -/* These must match dispatch in arch/x86/realmore/rm/reboot.S */ +/* These must match dispatch in arch/x86/realmode/rm/reboot.S */ #define MRR_BIOS 0 #define MRR_APM 1