Commit f17a25cb authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Herbert Xu
Browse files

crypto: qat - fix spelling mistake: "messge" -> "message"



Trivial fix to spelling mistake in adf_pf2vf_msg.c and adf_vf2pf_msg.c.
s/messge/message/

Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 8fb7bd31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
 * adf_vf2pf_init() - send init msg to PF
 * @accel_dev:  Pointer to acceleration VF device.
 *
 * Function sends an init messge from the VF to a PF
 * Function sends an init message from the VF to a PF
 *
 * Return: 0 on success, error code otherwise.
 */
@@ -31,7 +31,7 @@ EXPORT_SYMBOL_GPL(adf_vf2pf_init);
 * adf_vf2pf_shutdown() - send shutdown msg to PF
 * @accel_dev:  Pointer to acceleration VF device.
 *
 * Function sends a shutdown messge from the VF to a PF
 * Function sends a shutdown message from the VF to a PF
 *
 * Return: void
 */