From: Julien Stephan Date: Thu, 5 Mar 2026 08:49:04 +0000 (+0100) Subject: drivers: ufs: fix typo in struct ufs_dev_cmd kernel-doc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d908dd98de5c335a213d882746d033158db02cce;p=thirdparty%2Fu-boot.git 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 --- 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 */