* [PATCH] io_uring: Rename KConfig to Kconfig
@ 2025-02-19 14:47 Geert Uytterhoeven
2025-02-19 15:09 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2025-02-19 14:47 UTC (permalink / raw)
To: Jens Axboe, Pavel Begunkov, David Wei, Jakub Kicinski
Cc: io-uring, linux-kernel, Geert Uytterhoeven
Kconfig files are traditionally named "Kconfig".
Fixes: 6f377873cb239050 ("io_uring/zcrx: add interface queue and refill queue")
Signed-off-by: Geert Uytterhoeven <[email protected]>
---
Kconfig | 2 +-
io_uring/{KConfig => Kconfig} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename io_uring/{KConfig => Kconfig} (100%)
diff --git a/Kconfig b/Kconfig
index 529ea7694ba984b6..307e581144de32a0 100644
--- a/Kconfig
+++ b/Kconfig
@@ -31,4 +31,4 @@ source "lib/Kconfig.debug"
source "Documentation/Kconfig"
-source "io_uring/KConfig"
+source "io_uring/Kconfig"
diff --git a/io_uring/KConfig b/io_uring/Kconfig
similarity index 100%
rename from io_uring/KConfig
rename to io_uring/Kconfig
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-19 15:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 14:47 [PATCH] io_uring: Rename KConfig to Kconfig Geert Uytterhoeven
2025-02-19 15:09 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox