[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250901084742.1935-2-chuguangqing@inspur.com>
Date: Mon, 1 Sep 2025 16:47:42 +0800
From: chuguangqing <chuguangqing@...pur.com>
To: Koby Elbaz <koby.elbaz@...el.com>, Konstantin Sinyuk
<konstantin.sinyuk@...el.com>, Oded Gabbay <ogabbay@...nel.org>
CC: <dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>,
chuguangqing <chuguangqing@...pur.com>
Subject: [PATCH 1/1] accel/habanalabs: fix typo in comment
The word "properties" was misspelled as "properites".
Signed-off-by: chuguangqing <chuguangqing@...pur.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
Powered by blists - more mailing lists