diff mbox

ext4 : Fix Kconfig typo for ext4dev

Message ID ea11fea30810130600w1883334ag8af2fd424906799@mail.gmail.com
State Accepted, archived
Headers show

Commit Message

Manish Katiyar Oct. 13, 2008, 1 p.m. UTC
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(-)

Comments

Theodore Ts'o Oct. 13, 2008, 4:36 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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.