lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 16 Oct 2014 14:30:02 +0200
From:	Jan Kara <jack@...e.cz>
To:	Masanari Iida <standby24x7@...il.com>
Cc:	jack@...e.cz, linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH] quota: Fix spelling typo in module description in
 quota_tree.c

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@...il.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@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ