* [PATCH] quota: Fix spelling typo in module description in quota_tree.c
@ 2014-10-16 12:10 Masanari Iida
2014-10-16 12:30 ` Jan Kara
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2014-10-16 12:10 UTC (permalink / raw)
To: jack, linux-kernel; +Cc: trivial, Masanari Iida
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] quota: Fix spelling typo in module description in quota_tree.c
2014-10-16 12:10 [PATCH] quota: Fix spelling typo in module description in quota_tree.c Masanari Iida
@ 2014-10-16 12:30 ` Jan Kara
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2014-10-16 12:30 UTC (permalink / raw)
To: Masanari Iida; +Cc: jack, linux-kernel, trivial
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-16 12:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-16 12:10 [PATCH] quota: Fix spelling typo in module description in quota_tree.c Masanari Iida
2014-10-16 12:30 ` Jan Kara
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®