lkml.org 
[lkml]   [2024]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] crypto: qat: Fix spelling mistake "Invalide" -> "Invalid"
Date
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

\
 
 \ /
  Last update: 2024-05-27 16:18    [W:0.055 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site