From: Geert Uytterhoeven Date: Wed, 19 Feb 2025 14:47:58 +0000 (+0100) Subject: io_uring: Rename KConfig to Kconfig X-Git-Tag: v6.15-rc1~123^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d2cdc35e805eb50f4a33b7287995ef590f1b916;p=thirdparty%2Fkernel%2Flinux.git io_uring: Rename KConfig to Kconfig Kconfig files are traditionally named "Kconfig". Fixes: 6f377873cb239050 ("io_uring/zcrx: add interface queue and refill queue") Signed-off-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/5ae387c1465f54768b51a5a1ca87be7934c4b2ad.1739976387.git.geert+renesas@glider.be Signed-off-by: Jens Axboe --- diff --git a/Kconfig b/Kconfig index 529ea7694ba98..307e581144de3 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