From d908dd98de5c335a213d882746d033158db02cce Mon Sep 17 00:00:00 2001 From: Julien Stephan Date: Thu, 5 Mar 2026 09:49:04 +0100 Subject: [PATCH] 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 Reviewed-by: Macpaul Lin Link: https://patch.msgid.link/20260305-ufs-ufs_hba_ops-cleanup-v3-3-e153ffab98f5@baylibre.com Signed-off-by: Neil Armstrong --- drivers/ufs/ufs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */