summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Stephan <[email protected]>2026-03-05 09:49:04 +0100
committerNeil Armstrong <[email protected]>2026-03-05 16:51:51 +0100
commitd908dd98de5c335a213d882746d033158db02cce (patch)
treef32281332bc14ed2f3c75c17cdaf38dc85102603
parentaa1b3f2583f14d2ecf7d5c455f1500790e3bcdf2 (diff)
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 <[email protected]> Reviewed-by: Macpaul Lin <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r--drivers/ufs/ufs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ufs/ufs.h b/drivers/ufs/ufs.h
index 74125b1ab31..0f6c93fbce7 100644
--- a/drivers/ufs/ufs.h
+++ b/drivers/ufs/ufs.h
@@ -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
*/