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

On Thu 16-10-14 21:10:12, Masanari Iida wrote:
> This patch fix spelling typo in module description.
> "Quota trie support" should be "Quota tree support",
> since the file name is quota_tree.c
  Thanks for the patch but actually this is not a typo. Trie is a name of
the specific type of the tree (http://en.wikipedia.org/wiki/Trie) which
this module implements.  I agree the name of the file and the description
mismatch which is somewhat confusing but I don't think it's really worth
fixing...

								Honza
> 
> 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
> 
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

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

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

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=20141016123002.GJ6085@quack.suse.cz \
    --to=jack@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --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®