]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
io_uring: Rename KConfig to Kconfig
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 19 Feb 2025 14:47:58 +0000 (15:47 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Feb 2025 21:53:27 +0000 (14:53 -0700)
Kconfig files are traditionally named "Kconfig".

Fixes: 6f377873cb239050 ("io_uring/zcrx: add interface queue and refill queue")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/5ae387c1465f54768b51a5a1ca87be7934c4b2ad.1739976387.git.geert+renesas@glider.be
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Kconfig
io_uring/Kconfig [moved from io_uring/KConfig with 100% similarity]

diff --git a/Kconfig b/Kconfig
index 529ea7694ba984b631e3fd964109545f370aaa1d..307e581144de32a074883e44101cc6873080d1f9 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -31,4 +31,4 @@ source "lib/Kconfig.debug"
 
 source "Documentation/Kconfig"
 
-source "io_uring/KConfig"
+source "io_uring/Kconfig"
similarity index 100%
rename from io_uring/KConfig
rename to io_uring/Kconfig