Re: [PATCH] x86/fpu: Fix stale comment in ex_handler_fprestore()

From: Chang S. Bae
Date: Thu Jun 06 2024 - 12:12:46 EST


On 6/6/2024 2:30 AM, Ingo Molnar wrote:

From: Ingo Molnar <mingo@xxxxxxxxxx>
Date: Thu, 6 Jun 2024 11:27:57 +0200
Subject: [PATCH] x86/fpu: Fix stale comment in ex_handler_fprestore()

The state -> fpstate rename of the fpu::fpstate field didn't
get propagated to the comment describing ex_handler_fprestore(),
fix it.

Reported-by: Chang S. Bae <chang.seok.bae@xxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>

Yeah, looks good to me. Feel free to add:

Reviewed-by Chang S. Bae <chang.seok.bae@xxxxxxxxx>

Thanks,
Chang