drivers: ufs: fix typo in struct ufs_dev_cmd kernel-doc

Fix "associated" typo in struct ufs_dev_cmd kernel-doc.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
Link: https://patch.msgid.link/20260305-ufs-ufs_hba_ops-cleanup-v3-3-e153ffab98f5@baylibre.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Julien Stephan
2026-03-05 16:51:51 +01:00
committed by Neil Armstrong
parent aa1b3f2583
commit d908dd98de
+1 -1
View File
@@ -509,7 +509,7 @@ struct ufs_query {
};
/**
* struct ufs_dev_cmd - all assosiated fields with device management commands
* struct ufs_dev_cmd - all associated fields with device management commands
* @type: device management command type - Query, NOP OUT
* @tag_wq: wait queue until free command slot is available
*/