* [PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough
@ 2024-11-29 20:28 Jeffrey Hugo
2024-12-10 12:34 ` Jacek Lawrynowicz
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jeffrey Hugo @ 2024-11-29 20:28 UTC (permalink / raw)
To: quic_yabdulra, quic_carlv; +Cc: linux-arm-msm, dri-devel, Jeffrey Hugo
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>
---
include/uapi/drm/qaic_accel.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/drm/qaic_accel.h b/include/uapi/drm/qaic_accel.h
index d3ca876a08e9..c92d0309d583 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 {
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough
2024-11-29 20:28 [PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough Jeffrey Hugo
@ 2024-12-10 12:34 ` Jacek Lawrynowicz
2024-12-13 10:41 ` Youssef Samir
2024-12-13 15:59 ` Jeffrey Hugo
2 siblings, 0 replies; 4+ messages in thread
From: Jacek Lawrynowicz @ 2024-12-10 12:34 UTC (permalink / raw)
To: Jeffrey Hugo, quic_yabdulra, quic_carlv; +Cc: linux-arm-msm, dri-devel
Reviewed-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
On 11/29/2024 9:28 PM, Jeffrey Hugo wrote:
> 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>
> ---
> include/uapi/drm/qaic_accel.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/drm/qaic_accel.h b/include/uapi/drm/qaic_accel.h
> index d3ca876a08e9..c92d0309d583 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 {
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough
2024-11-29 20:28 [PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough Jeffrey Hugo
2024-12-10 12:34 ` Jacek Lawrynowicz
@ 2024-12-13 10:41 ` Youssef Samir
2024-12-13 15:59 ` Jeffrey Hugo
2 siblings, 0 replies; 4+ messages in thread
From: Youssef Samir @ 2024-12-13 10:41 UTC (permalink / raw)
To: Jeffrey Hugo, quic_carlv; +Cc: linux-arm-msm, dri-devel
On 11/29/2024 8:28 PM, Jeffrey Hugo wrote:
> 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: Youssef Samir <quic_yabdulra@quicinc.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough
2024-11-29 20:28 [PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough Jeffrey Hugo
2024-12-10 12:34 ` Jacek Lawrynowicz
2024-12-13 10:41 ` Youssef Samir
@ 2024-12-13 15:59 ` Jeffrey Hugo
2 siblings, 0 replies; 4+ messages in thread
From: Jeffrey Hugo @ 2024-12-13 15:59 UTC (permalink / raw)
To: quic_yabdulra, quic_carlv; +Cc: linux-arm-msm, dri-devel
On 11/29/2024 1:28 PM, Jeffrey Hugo wrote:
> 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>
> ---
> include/uapi/drm/qaic_accel.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/drm/qaic_accel.h b/include/uapi/drm/qaic_accel.h
> index d3ca876a08e9..c92d0309d583 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 {
Pushed to drm-misc-next
-Jeff
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-12-13 15:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29 20:28 [PATCH] accel/qaic: Fix typo for struct qaic_manage_trans_passthrough Jeffrey Hugo
2024-12-10 12:34 ` Jacek Lawrynowicz
2024-12-13 10:41 ` Youssef Samir
2024-12-13 15:59 ` Jeffrey Hugo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox