%s/scmi_clk_get_attibute/scmi_clk_get_attribute/

Signed-off-by: Patrice Chotard <[email protected]>

Cc: Alice Guo <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Sean Anderson <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Valentin Caron <[email protected]>
Cc: Vinh Nguyen <[email protected]>
Cc: [email protected]
Reviewed-by: Peng Fan <[email protected]>
---
 drivers/clk/clk_scmi.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/clk/clk_scmi.c b/drivers/clk/clk_scmi.c
index 683ac822a01..f6132178205 100644
--- a/drivers/clk/clk_scmi.c
+++ b/drivers/clk/clk_scmi.c
@@ -87,8 +87,8 @@ static int scmi_clk_get_num_clock(struct udevice *dev, size_t 
*num_clocks)
        return 0;
 }
 
-static int scmi_clk_get_attibute(struct udevice *dev, int clkid, char *name,
-                                u32 *attr)
+static int scmi_clk_get_attribute(struct udevice *dev, int clkid, char *name,
+                                 u32 *attr)
 {
        struct scmi_clock_priv *priv = dev_get_priv(dev);
        struct scmi_clk_attribute_in in = {
@@ -183,8 +183,8 @@ static int scmi_clk_get_ctrl_flags(struct clk *clk, u32 
*ctrl_flags)
 
        if (!clkscmi->attrs_resolved) {
                char name[SCMI_CLOCK_NAME_LENGTH_MAX];
-               ret = scmi_clk_get_attibute(dev, clk->id & CLK_ID_MSK,
-                                           name, &attributes);
+               ret = scmi_clk_get_attribute(dev, clk->id & CLK_ID_MSK,
+                                            name, &attributes);
                if (ret)
                        return ret;
 

-- 
2.43.0

Reply via email to