Re: [PATCH] tools: testing: Remove duplicate include of string.h

2021-03-24 Thread Andrew Morton
On Tue, 23 Mar 2021 11:29:56 +0800 Wan Jiabing wrote: > string.h has been included at line 15.So we remove the > duplicate one at line 17. Thanks. But we already have https://lkml.kernel.org/r/20210316073336.426255-1-zhang.yun...@zte.com.cn.

[PATCH] tools: testing: Remove duplicate include of string.h

2021-03-22 Thread Wan Jiabing
string.h has been included at line 15.So we remove the duplicate one at line 17. Signed-off-by: Wan Jiabing --- tools/testing/selftests/mincore/mincore_selftest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/mincore/mincore_selftest.c b/tools/testing/selftests/min