[PATCH] scmi: pinctrl: Rename SCMI_PIN_DEFUALT to SCMI_PIN_DEFAULT

Udit Kumar <[email protected]>
Newsgroups gmane.comp.boot-loaders.u-boot
Message-ID <20260810081531.3673097-1-u-kumar1__7582.08610802598$1786349799$gmane$org@ti.com>
Fix typo in enum scmi_config_type in include/scmi_protocols.h.

The enum value SCMI_PIN_DEFUALT was misspelled and should be
SCMI_PIN_DEFAULT to match the correct English spelling. This fixes
potential compilation issues and improves code clarity for any code
that references this enum value

Fixes: 0cb160f1b629 ("scmi: pinctrl: add pinctrl driver for SCMI")
Signed-off-by: Udit Kumar <[email protected]>
---
 include/scmi_protocols.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/scmi_protocols.h b/include/scmi_protocols.h
index a8fd0a5a729..d6b1df4e206 100644
--- a/include/scmi_protocols.h
+++ b/include/scmi_protocols.h
@@ -1340,7 +1340,7 @@ struct scmi_pinctrl_release_out {
 
 /* SCMI Pinctrl Config Types */
 enum scmi_config_type {
-	SCMI_PIN_DEFUALT = 0,
+	SCMI_PIN_DEFAULT = 0,
 	SCMI_PIN_BIAS_BUS_HOLD = 1,
 	SCMI_PIN_BIAS_DISABLE = 2,
 	SCMI_PIN_BIAS_HIGH_IMPEDANCE = 3,
-- 
2.34.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.