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: <d0764649-5309-494a-b173-bc04aca2a054@amd.com>
Date: Tue, 19 Aug 2025 19:54:39 +0000
From: "Limonciello, Mario" <Mario.Limonciello@....com>
To: Yunseong Kim <ysk@...lloc.com>, Herbert Xu <herbert@...dor.apana.org.au>,
	"Lendacky, Thomas" <Thomas.Lendacky@....com>, "Allen, John"
	<John.Allen@....com>, "David S. Miller" <davem@...emloft.net>
CC: "linux-crypto@...r.kernel.org" <linux-crypto@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] crypto: ccp: Fix typo in psp_populate_hsti function name

On 8/16/25 9:30 AM, Yunseong Kim wrote:
> The function "psp_poulate_hsti" was misspelled. This patch corrects
> the typo to "psp_populate_hsti" in both the function definition and
> its call site within psp_init_hsti().
> 
> Signed-off-by: Yunseong Kim <ysk@...lloc.com>
Reviewed-by: Mario Limonciello <mario.limonciello@....com>> ---
>   drivers/crypto/ccp/hsti.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/crypto/ccp/hsti.c b/drivers/crypto/ccp/hsti.c
> index 1b39a4fb55c0..2e23ff7f3b18 100644
> --- a/drivers/crypto/ccp/hsti.c
> +++ b/drivers/crypto/ccp/hsti.c
> @@ -74,7 +74,7 @@ struct attribute_group psp_security_attr_group = {
>   	.is_visible = psp_security_is_visible,
>   };
>   
> -static int psp_poulate_hsti(struct psp_device *psp)
> +static int psp_populate_hsti(struct psp_device *psp)
>   {
>   	struct hsti_request *req;
>   	int ret;
> @@ -114,7 +114,7 @@ int psp_init_hsti(struct psp_device *psp)
>   	int ret;
>   
>   	if (PSP_FEATURE(psp, HSTI)) {
> -		ret = psp_poulate_hsti(psp);
> +		ret = psp_populate_hsti(psp);
>   		if (ret)
>   			return ret;
>   	}

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ