mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] radix tree test suite: include kconfig.h with incomplete path
@ 2024-07-12  7:41 Wei Yang
  2024-07-12  7:41 ` [PATCH 2/2] radix tree test suite: remove the local copy of kconfig.h Wei Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Wei Yang @ 2024-07-12  7:41 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, Wei Yang, Liam R. Howlett, Matthew Wilcox

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@gmail.com>
CC: "Liam R. Howlett" <Liam.Howlett@oracle.com>
CC: Matthew Wilcox (Oracle) <willy@infradead.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


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

end of thread, other threads:[~2024-07-29  1:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-12  7:41 [PATCH 1/2] radix tree test suite: include kconfig.h with incomplete path Wei Yang
2024-07-12  7:41 ` [PATCH 2/2] radix tree test suite: remove the local copy of kconfig.h Wei Yang
2024-07-15 16:17 ` [PATCH 1/2] radix tree test suite: include kconfig.h with incomplete path Liam R. Howlett
2024-07-16  0:58   ` Wei Yang
2024-07-16  2:15 ` Wei Yang
2024-07-16  2:31   ` Matthew Wilcox
2024-07-16  7:56     ` Wei Yang
2024-07-16 15:54       ` Liam R. Howlett
2024-07-17  0:34         ` Wei Yang
2024-07-29  1:53           ` Wei Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®