linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux-next] powerpc/tm: remove duplicate include in tm-poison.c
@ 2021-08-05  6:52 cgel.zte
  2021-08-24 14:40 ` Shuah Khan
  0 siblings, 1 reply; 4+ messages in thread
From: cgel.zte @ 2021-08-05  6:52 UTC (permalink / raw)
  To: mpe
  Cc: benh, paulus, shuah, yong.yiran, linuxppc-dev, linux-kselftest,
	linux-kernel, Zeal Robot

From: yong yiran <yong.yiran@zte.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@zte.com.cn>
Signed-off-by: yong yiran <yong.yiran@zte.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"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-26 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  6:52 [PATCH linux-next] powerpc/tm: remove duplicate include in tm-poison.c cgel.zte
2021-08-24 14:40 ` Shuah Khan
2021-08-24 16:34   ` Christophe Leroy
2021-08-26 14:26     ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).