Skip to content

Commit

Permalink
crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Colin Ian King authored and Herbert Xu committed Apr 12, 2024
1 parent ea32d54 commit f5c2cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/intel/qat/qat_common/adf_gen4_vf_mig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f5c2cf9

Please sign in to comment.