* [PATCH] ext4 : Fix Kconfig typo for ext4dev
@ 2008-10-13 13:00 Manish Katiyar
2008-10-13 16:36 ` Theodore Tso
0 siblings, 1 reply; 2+ messages in thread
From: Manish Katiyar @ 2008-10-13 13:00 UTC (permalink / raw)
To: Theodore Tso, ext4; +Cc: mkatiyar
Hi Ted,
Looks like there is one more instance where ext4dev should be changed
to ext4 because the module name will be "ext4" unless EXT4DEV_COMPAT
is selected.
Signed-off-by : Manish Katiyar <mkatiyar@gmail.com>
---
fs/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/Kconfig b/fs/Kconfig
index f54a157..b013642 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -160,7 +160,7 @@ config EXT4_FS
filesystem initially.
To compile this file system support as a module, choose M here. The
- module will be called ext4dev.
+ module will be called ext4.
If unsure, say N.
--
1.5.4.3
Thanks -
Manish
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ext4 : Fix Kconfig typo for ext4dev
2008-10-13 13:00 [PATCH] ext4 : Fix Kconfig typo for ext4dev Manish Katiyar
@ 2008-10-13 16:36 ` Theodore Tso
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2008-10-13 16:36 UTC (permalink / raw)
To: Manish Katiyar; +Cc: ext4
On Mon, Oct 13, 2008 at 06:30:57PM +0530, Manish Katiyar wrote:
> Hi Ted,
>
> Looks like there is one more instance where ext4dev should be changed
> to ext4 because the module name will be "ext4" unless EXT4DEV_COMPAT
> is selected.
>
Thanks, queued.
FYI, I normally fix it up manually, but it would be preferred if you
omitted the space before the colon, i.e.:
Subject: [PATCH] ext4: Fix Kconfig typo for ext4dev
instead of:
Subject: [PATCH] ext4 : Fix Kconfig typo for ext4dev
Thanks!!
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-13 16:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 13:00 [PATCH] ext4 : Fix Kconfig typo for ext4dev Manish Katiyar
2008-10-13 16:36 ` Theodore Tso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox