[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c5e9900b-1c2d-8e72-ad83-a6024b876fd2@linuxfoundation.org>
Date: Tue, 24 Aug 2021 08:40:22 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: cgel.zte@...il.com, mpe@...erman.id.au
Cc: benh@...nel.crashing.org, paulus@...ba.org, shuah@...nel.org,
yong.yiran@....com.cn, linuxppc-dev@...ts.ozlabs.org,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH linux-next] powerpc/tm: remove duplicate include in
tm-poison.c
On 8/5/21 12:52 AM, cgel.zte@...il.com wrote:
> From: yong yiran <yong.yiran@....com.cn>
>
> 'inttypes.h' included in 'tm-poison.c' is duplicated.
> Remove all but the first include of inttypes.h from tm-poison.c.
>
> Reported-by: Zeal Robot <zealci@....com.cn>
> Signed-off-by: yong yiran <yong.yiran@....com.cn>
> ---
> tools/testing/selftests/powerpc/tm/tm-poison.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tools/testing/selftests/powerpc/tm/tm-poison.c b/tools/testing/selftests/powerpc/tm/tm-poison.c
> index 29e5f26af7b9..27c083a03d1f 100644
> --- a/tools/testing/selftests/powerpc/tm/tm-poison.c
> +++ b/tools/testing/selftests/powerpc/tm/tm-poison.c
> @@ -20,7 +20,6 @@
> #include <sched.h>
> #include <sys/types.h>
> #include <signal.h>
> -#include <inttypes.h>
>
> #include "tm.h"
>
>
We can't accept this patch. The from and Signed-off-by don't match.
thanks,
-- Shuah
Powered by blists - more mailing lists