Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <quic_jhugo@quicinc.com>
Reviewed-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Reviewed-by: Youssef Samir <quic_yabdulra@quicinc.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241129202845.3579306-1-quic_jhugo@quicinc.com

+1 -1
+1 -1
include/uapi/drm/qaic_accel.h
··· 64 64 /** 65 65 * struct qaic_manage_trans_passthrough - Defines a passthrough transaction. 66 66 * @hdr: In. Header to identify this transaction. 67 - * @data: In. Payload of this ransaction. Opaque to the driver. Userspace must 67 + * @data: In. Payload of this transaction. Opaque to the driver. Userspace must 68 68 * encode in little endian and align/pad to 64-bit. 69 69 */ 70 70 struct qaic_manage_trans_passthrough {