Re: [PATCH V2] x86/idt: traceponit.c: fix comment for irq vector tracepoints

From: Dave Hansen
Date: Thu May 26 2022 - 12:24:41 EST


On 5/26/22 04:08, sunliming wrote:
>
> diff --git a/arch/x86/kernel/tracepoint.c b/arch/x86/kernel/tracepoint.c
> index fcfc077afe2d..065191022035 100644
> --- a/arch/x86/kernel/tracepoint.c
> +++ b/arch/x86/kernel/tracepoint.c
> @@ -1,9 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * Code for supporting irq vector tracepoints.
> - *
> * Copyright (C) 2013 Seiji Aguchi <seiji.aguchi@xxxxxxx>
> - *
> */
> #include <linux/jump_label.h>
> #include <linux/atomic.h>

While I'm also generally careful about removing others' copyrights, Mr.
Aguchi only touched this file once and all of the code from that one
touch appears to be gone to me. Shouldn't we just zap the whole comment?