Re: [PATCH] ext4: Change debugging support help prefix from EXT4 to Ext4

2019-02-21 Thread Theodore Y. Ts'o
On Mon, Jan 14, 2019 at 12:00:45PM +0100, Geert Uytterhoeven wrote: > 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 Applie

[PATCH] ext4: Change debugging support help prefix from EXT4 to Ext4

2019-01-14 Thread Geert Uytterhoeven
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 --- fs/ext4/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi