projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8e601
)
accel/qaic: Fix typo for struct qaic_manage_trans_passthrough
author
Jeffrey Hugo
<quic_jhugo@quicinc.com>
Fri, 29 Nov 2024 20:28:45 +0000
(13:28 -0700)
committer
Jeffrey Hugo
<quic_jhugo@quicinc.com>
Fri, 13 Dec 2024 15:55:09 +0000
(08:55 -0700)
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
include/uapi/drm/qaic_accel.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/drm/qaic_accel.h
b/include/uapi/drm/qaic_accel.h
index d3ca876a08e921bab4723281986b837e6f381369..c92d0309d583be7b269f85e2ba58ba97ba975972 100644
(file)
--- 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
t
ransaction. Opaque to the driver. Userspace must
* encode in little endian and align/pad to 64-bit.
*/
struct qaic_manage_trans_passthrough {