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]
Message-Id: <fef3c70c-5c36-ea73-b52a-252656b46457@de.ibm.com>
Date:   Mon, 22 Jul 2019 09:44:33 +0200
From:   Christian Borntraeger <borntraeger@...ibm.com>
To:     Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        heiko.carstens@...ibm.com, Vasily Gorbik <gor@...ux.ibm.com>,
        gregkh@...uxfoundation.org
Cc:     linux-s390@...r.kernel.org, linux-kernel@...r.kernel.org,
        kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] s390/hypfs: fix a typo in the name of a function

thanks, applied.

On 21.07.19 14:33, Christophe JAILLET wrote:
> Everything is about hypfs_..., except 'hpyfs_vm_create_guest()'
> s/hpy/hyp/
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
> ---
>  arch/s390/hypfs/hypfs_vm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/s390/hypfs/hypfs_vm.c b/arch/s390/hypfs/hypfs_vm.c
> index 42f2375c203e..e1fcc03159ef 100644
> --- a/arch/s390/hypfs/hypfs_vm.c
> +++ b/arch/s390/hypfs/hypfs_vm.c
> @@ -118,7 +118,7 @@ do { \
>  		return PTR_ERR(rc); \
>  } while(0)
>  
> -static int hpyfs_vm_create_guest(struct dentry *systems_dir,
> +static int hypfs_vm_create_guest(struct dentry *systems_dir,
>  				 struct diag2fc_data *data)
>  {
>  	char guest_name[NAME_LEN + 1] = {};
> @@ -219,7 +219,7 @@ int hypfs_vm_create_files(struct dentry *root)
>  	}
>  
>  	for (i = 0; i < count; i++) {
> -		rc = hpyfs_vm_create_guest(dir, &(data[i]));
> +		rc = hypfs_vm_create_guest(dir, &(data[i]));
>  		if (rc)
>  			goto failed;
>  	}
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ