From: Jeffrey Hugo Date: Fri, 29 Nov 2024 20:28:45 +0000 (-0700) Subject: accel/qaic: Fix typo for struct qaic_manage_trans_passthrough X-Git-Tag: v6.14-rc1~174^2~13^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a75916d1d95c07feda0df7247c380802b72ac1c2;p=thirdparty%2Fkernel%2Flinux.git accel/qaic: Fix typo for struct qaic_manage_trans_passthrough The documentation header for struct qaic_manage_trans_passthrough has a typo - "t" is missing in "transaction". Signed-off-by: Jeffrey Hugo Reviewed-by: Jacek Lawrynowicz Reviewed-by: Youssef Samir Link: https://patchwork.freedesktop.org/patch/msgid/20241129202845.3579306-1-quic_jhugo@quicinc.com --- diff --git a/include/uapi/drm/qaic_accel.h b/include/uapi/drm/qaic_accel.h index d3ca876a08e92..c92d0309d583b 100644 --- a/include/uapi/drm/qaic_accel.h +++ b/include/uapi/drm/qaic_accel.h @@ -64,7 +64,7 @@ struct qaic_manage_trans_hdr { /** * struct qaic_manage_trans_passthrough - Defines a passthrough transaction. * @hdr: In. Header to identify this transaction. - * @data: In. Payload of this ransaction. Opaque to the driver. Userspace must + * @data: In. Payload of this transaction. Opaque to the driver. Userspace must * encode in little endian and align/pad to 64-bit. */ struct qaic_manage_trans_passthrough {