linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4: Change debugging support help prefix from EXT4 to Ext4
@ 2019-01-14 11:00 Geert Uytterhoeven
  2019-02-21 16:38 ` Theodore Y. Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2019-01-14 11:00 UTC (permalink / raw)
  To: Theodore Ts'o, Andreas Dilger
  Cc: linux-ext4, linux-kernel, 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 <geert+renesas@glider.be>
---
 fs/ext4/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index 031e5a82d556dbe9..06f77ca7f36ee737 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -97,7 +97,7 @@ config EXT4_FS_SECURITY
 	  extended attributes for file security labels, say N.
 
 config EXT4_DEBUG
-	bool "EXT4 debugging support"
+	bool "Ext4 debugging support"
 	depends on EXT4_FS
 	help
 	  Enables run-time debugging support for the ext4 filesystem.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext4: Change debugging support help prefix from EXT4 to Ext4
  2019-01-14 11:00 [PATCH] ext4: Change debugging support help prefix from EXT4 to Ext4 Geert Uytterhoeven
@ 2019-02-21 16:38 ` Theodore Y. Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Y. Ts'o @ 2019-02-21 16:38 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Andreas Dilger, linux-ext4, linux-kernel

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 <geert+renesas@glider.be>

Applied, thanks.

					- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-21 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 11:00 [PATCH] ext4: Change debugging support help prefix from EXT4 to Ext4 Geert Uytterhoeven
2019-02-21 16:38 ` Theodore Y. Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).