linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: ccp: Fix typo in psp_populate_hsti function name
@ 2025-08-16 14:30 Yunseong Kim
  2025-08-19 19:54 ` Limonciello, Mario
  2025-08-22  9:34 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Yunseong Kim @ 2025-08-16 14:30 UTC (permalink / raw)
  To: Herbert Xu, Mario Limonciello, Tom Lendacky, John Allen,
	David S. Miller
  Cc: linux-crypto, linux-kernel, Yunseong Kim

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@kzalloc.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;
 	}
-- 
2.50.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: ccp: Fix typo in psp_populate_hsti function name
  2025-08-16 14:30 [PATCH] crypto: ccp: Fix typo in psp_populate_hsti function name Yunseong Kim
@ 2025-08-19 19:54 ` Limonciello, Mario
  2025-08-22  9:34 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Limonciello, Mario @ 2025-08-19 19:54 UTC (permalink / raw)
  To: Yunseong Kim, Herbert Xu, Lendacky, Thomas, Allen, John,
	David S. Miller
  Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org

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@kzalloc.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.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;
>   	}


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: ccp: Fix typo in psp_populate_hsti function name
  2025-08-16 14:30 [PATCH] crypto: ccp: Fix typo in psp_populate_hsti function name Yunseong Kim
  2025-08-19 19:54 ` Limonciello, Mario
@ 2025-08-22  9:34 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2025-08-22  9:34 UTC (permalink / raw)
  To: Yunseong Kim
  Cc: Mario Limonciello, Tom Lendacky, John Allen, David S. Miller,
	linux-crypto, linux-kernel

On Sat, Aug 16, 2025 at 02:30:29PM +0000, 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@kzalloc.com>
> ---
>  drivers/crypto/ccp/hsti.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-22  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 14:30 [PATCH] crypto: ccp: Fix typo in psp_populate_hsti function name Yunseong Kim
2025-08-19 19:54 ` Limonciello, Mario
2025-08-22  9:34 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).