mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Masanari Iida <standby24x7@gmail.com>
To: jack@suse.cz, linux-kernel@vger.kernel.org
Cc: trivial@kernel.org, Masanari Iida <standby24x7@gmail.com>
Subject: [PATCH] quota: Fix spelling typo in module description in quota_tree.c
Date: Thu, 16 Oct 2014 21:10:12 +0900	[thread overview]
Message-ID: <1413461412-19263-1-git-send-email-standby24x7@gmail.com> (raw)

This patch fix spelling typo in module description.
"Quota trie support" should be "Quota tree support",
since the file name is quota_tree.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 fs/quota/quota_tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/quota/quota_tree.c b/fs/quota/quota_tree.c
index d65877f..60ecc39 100644
--- a/fs/quota/quota_tree.c
+++ b/fs/quota/quota_tree.c
@@ -17,7 +17,7 @@
 #include "quota_tree.h"
 
 MODULE_AUTHOR("Jan Kara");
-MODULE_DESCRIPTION("Quota trie support");
+MODULE_DESCRIPTION("Quota tree support");
 MODULE_LICENSE("GPL");
 
 #define __QUOTA_QT_PARANOIA
-- 
2.1.2.443.g670a3c1


             reply	other threads:[~2014-10-16 12:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-16 12:10 Masanari Iida [this message]
2014-10-16 12:30 ` Jan Kara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1413461412-19263-1-git-send-email-standby24x7@gmail.com \
    --to=standby24x7@gmail.com \
    --cc=jack@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®