[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240712074151.27009-1-richard.weiyang@gmail.com>
Date: Fri, 12 Jul 2024 07:41:50 +0000
From: Wei Yang <richard.weiyang@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
Wei Yang <richard.weiyang@...il.com>,
"Liam R. Howlett" <Liam.Howlett@...cle.com>,
Matthew Wilcox <willy@...radead.org>
Subject: [PATCH 1/2] radix tree test suite: include kconfig.h with incomplete path
The include path indicates it is the kconfig.h in tools/include/linux.
Let's use the same format as others for better reading.
Signed-off-by: Wei Yang <richard.weiyang@...il.com>
CC: "Liam R. Howlett" <Liam.Howlett@...cle.com>
CC: Matthew Wilcox (Oracle) <willy@...radead.org>
---
tools/testing/radix-tree/linux/kernel.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/radix-tree/linux/kernel.h b/tools/testing/radix-tree/linux/kernel.h
index c0a2bb785b92..fab6f47a9472 100644
--- a/tools/testing/radix-tree/linux/kernel.h
+++ b/tools/testing/radix-tree/linux/kernel.h
@@ -11,7 +11,7 @@
#include <linux/err.h>
#include <linux/bitops.h>
#include <linux/log2.h>
-#include "../../../include/linux/kconfig.h"
+#include <linux/kconfig.h>
#define printk printf
#define pr_err printk
--
2.34.1
Powered by blists - more mailing lists