Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: Change debugging support help prefix from EXT4 to Ext4

All other configuration options for the ext* family of file systems use
"Ext%u" instead of "EXT%u".

Fixes: 6ba495e9259cd9a0 ("ext4: Add configurable run-time mballoc debugging")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Geert Uytterhoeven and committed by
Theodore Ts'o
231fe82b ddccb6db

+1 -1
+1 -1
fs/ext4/Kconfig
··· 112 112 depends on EXT4_ENCRYPTION 113 113 114 114 config EXT4_DEBUG 115 - bool "EXT4 debugging support" 115 + bool "Ext4 debugging support" 116 116 depends on EXT4_FS 117 117 help 118 118 Enables run-time debugging support for the ext4 filesystem.