2021-02-03 14:57:55

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] drivers: crypto: qat: qat_common: Inside the comment a spelling fixed in adf_pf2vf_msg.c


s/messge/message/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
drivers/crypto/qat/qat_common/adf_pf2vf_msg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c b/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c
index 8b090b7ae8c6..a1b77bd7a894 100644
--- a/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c
+++ b/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c
@@ -169,7 +169,7 @@ static int __adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr)
* @msg: Message to send
* @vf_nr: VF number to which the message will be sent
*
- * Function sends a messge from the PF to a VF
+ * Function sends a message from the PF to a VF
*
* Return: 0 on success, error code otherwise.
*/
--
2.26.2


2021-02-09 10:28:04

by Cabiddu, Giovanni

[permalink] [raw]
Subject: Re: [PATCH] drivers: crypto: qat: qat_common: Inside the comment a spelling fixed in adf_pf2vf_msg.c

Thanks.

I'm going to consolidate this with the previous patch, improve the
commit message and resubmit.

Regards,

--
Giovanni

On Wed, Feb 03, 2021 at 08:25:06PM +0530, Bhaskar Chowdhury wrote:
>
> s/messge/message/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> drivers/crypto/qat/qat_common/adf_pf2vf_msg.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c b/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c
> index 8b090b7ae8c6..a1b77bd7a894 100644
> --- a/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c
> +++ b/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c
> @@ -169,7 +169,7 @@ static int __adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr)
> * @msg: Message to send
> * @vf_nr: VF number to which the message will be sent
> *
> - * Function sends a messge from the PF to a VF
> + * Function sends a message from the PF to a VF
> *
> * Return: 0 on success, error code otherwise.
> */
> --
> 2.26.2
>