Re: [PATCH] arm64: entry: Fix typo

From: Mark Rutland
Date: Mon Oct 31 2022 - 07:50:12 EST


On Sat, Oct 29, 2022 at 08:35:49PM +0700, Bagas Sanjaya wrote:
> On Sat, Oct 29, 2022 at 12:37:48PM +0530, Mukesh Ojha wrote:
> > /*
> > * Handle IRQ/context state management when exiting a debug exception from
> > * kernel mode. After this function returns it is not safe to call regular
> > - * kernel code, intrumentable code, or any code which may trigger an exception.
> > + * kernel code, instrumentable code, or any code which may trigger an exception.
> > */
> > static void noinstr arm64_exit_el1_dbg(struct pt_regs *regs)
> > {
>
> What about "... it is unsafe to call regular kernel, instrumentable, or
> any other code ..." instead?

I much prefer this as-is, but with the typo fixed.

Thanks,
Mark.