]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
drivers: ufs: fix typo in struct ufs_dev_cmd kernel-doc
authorJulien Stephan <jstephan@baylibre.com>
Thu, 5 Mar 2026 08:49:04 +0000 (09:49 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 5 Mar 2026 15:51:51 +0000 (16:51 +0100)
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>
drivers/ufs/ufs.h

index 74125b1ab31b606d217978408e9968e085b9ec75..0f6c93fbce715aa682acd310736a506b468ec419 100644 (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
  */