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:   Wed, 24 Mar 2021 16:49:43 +0800
From:   Joseph Qi <joseph.qi@...ux.alibaba.com>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, mark@...heh.com,
        jlbec@...lplan.org, ocfs2-devel@....oracle.com,
        linux-kernel@...r.kernel.org, akpm <akpm@...ux-foundation.org>
Cc:     rdunlap@...radead.org
Subject: Re: [PATCH ] ocfs2: Fix a typo



On 3/24/21 3:29 PM, Bhaskar Chowdhury wrote:
> 
> s/cluter/cluster/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Joseph Qi <joseph.qi@...ux.alibaba.com>
> ---
>  fs/ocfs2/stackglue.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/stackglue.c b/fs/ocfs2/stackglue.c
> index a191094694c6..8d33ebc6b6fc 100644
> --- a/fs/ocfs2/stackglue.c
> +++ b/fs/ocfs2/stackglue.c
> @@ -731,7 +731,7 @@ static void __exit ocfs2_stack_glue_exit(void)
>  }
> 
>  MODULE_AUTHOR("Oracle");
> -MODULE_DESCRIPTION("ocfs2 cluter stack glue layer");
> +MODULE_DESCRIPTION("ocfs2 cluster stack glue layer");
>  MODULE_LICENSE("GPL");
>  module_init(ocfs2_stack_glue_init);
>  module_exit(ocfs2_stack_glue_exit);
> --
> 2.30.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ