Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH][next] crypto: qat: Fix spelling mistake "Invalide" -> "Invalid"
@ 2024-04-02  8:13 Colin Ian King
  2024-04-02 16:24 ` Cabiddu, Giovanni
  2024-04-12  7:29 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2024-04-02  8:13 UTC (permalink / raw)
  To: Giovanni Cabiddu, Herbert Xu, David S . Miller, Xin Zeng,
	qat-linux, linux-crypto
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.c b/drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.c
index 78a39cfe196f..a62eb5e8dbe6 100644
--- a/drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.c
+++ b/drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.c
@@ -976,7 +976,7 @@ static int adf_gen4_vfmig_load_setup(struct qat_mig_dev *mdev, int len)
 	ret = adf_mstate_mgr_init_from_remote(vfmig->mstate_mgr, mdev->state,
 					      setup_size, NULL, NULL);
 	if (ret) {
-		dev_err(&GET_DEV(accel_dev), "Invalide setup for vf_nr %d\n",
+		dev_err(&GET_DEV(accel_dev), "Invalid setup for vf_nr %d\n",
 			vf_nr);
 		return ret;
 	}
-- 
2.39.2


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

* Re: [PATCH][next] crypto: qat: Fix spelling mistake "Invalide" -> "Invalid"
  2024-04-02  8:13 [PATCH][next] crypto: qat: Fix spelling mistake "Invalide" -> "Invalid" Colin Ian King
@ 2024-04-02 16:24 ` Cabiddu, Giovanni
  2024-04-12  7:29 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Cabiddu, Giovanni @ 2024-04-02 16:24 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Herbert Xu, David S . Miller, Xin Zeng, qat-linux, linux-crypto,
	kernel-janitors, linux-kernel

On Tue, Apr 02, 2024 at 09:13:55AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>

Regards,

--
Giovanni

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

* Re: [PATCH][next] crypto: qat: Fix spelling mistake "Invalide" -> "Invalid"
  2024-04-02  8:13 [PATCH][next] crypto: qat: Fix spelling mistake "Invalide" -> "Invalid" Colin Ian King
  2024-04-02 16:24 ` Cabiddu, Giovanni
@ 2024-04-12  7:29 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2024-04-12  7:29 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Giovanni Cabiddu, David S . Miller, Xin Zeng, qat-linux,
	linux-crypto, kernel-janitors, linux-kernel

On Tue, Apr 02, 2024 at 09:13:55AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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:[~2024-04-12  7:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02  8:13 [PATCH][next] crypto: qat: Fix spelling mistake "Invalide" -> "Invalid" Colin Ian King
2024-04-02 16:24 ` Cabiddu, Giovanni
2024-04-12  7:29 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox