* [PATCH 0/1] fix typo error in
@ 2025-09-01 8:47 chuguangqing
2025-09-01 8:47 ` [PATCH 1/1] accel/habanalabs: fix typo in comment chuguangqing
0 siblings, 1 reply; 2+ messages in thread
From: chuguangqing @ 2025-09-01 8:47 UTC (permalink / raw)
To: Koby Elbaz, Konstantin Sinyuk, Oded Gabbay
Cc: dri-devel, linux-kernel, chuguangqing
The word "properties" was misspelled as "properites".
chuguangqing (1):
accel/habanalabs: fix typo in comment
drivers/accel/habanalabs/common/habanalabs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.43.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] accel/habanalabs: fix typo in comment
2025-09-01 8:47 [PATCH 0/1] fix typo error in chuguangqing
@ 2025-09-01 8:47 ` chuguangqing
0 siblings, 0 replies; 2+ messages in thread
From: chuguangqing @ 2025-09-01 8:47 UTC (permalink / raw)
To: Koby Elbaz, Konstantin Sinyuk, Oded Gabbay
Cc: dri-devel, linux-kernel, chuguangqing
The word "properties" was misspelled as "properites".
Signed-off-by: chuguangqing <chuguangqing@inspur.com>
---
drivers/accel/habanalabs/common/habanalabs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/accel/habanalabs/common/habanalabs.h b/drivers/accel/habanalabs/common/habanalabs.h
index 6f27ce4fa01b..f7b9e07233d4 100644
--- a/drivers/accel/habanalabs/common/habanalabs.h
+++ b/drivers/accel/habanalabs/common/habanalabs.h
@@ -1068,7 +1068,7 @@ struct hl_encaps_signals_mgr {
* @kernel_address: holds the queue's kernel virtual address.
* @bus_address: holds the queue's DMA address.
* @pq_dram_address: hold the dram address when the PQ is allocated, used when dram_bd is true in
- * queue properites.
+ * queue properties.
* @pi: holds the queue's pi value.
* @ci: holds the queue's ci value, AS CALCULATED BY THE DRIVER (not real ci).
* @hw_queue_id: the id of the H/W queue.
--
2.43.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-01 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01 8:47 [PATCH 0/1] fix typo error in chuguangqing
2025-09-01 8:47 ` [PATCH 1/1] accel/habanalabs: fix typo in comment chuguangqing
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).