Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[platform/kernel/linux-starfive.git] / drivers / extcon / extcon-rt8973a.c
index 3e882aa..eaa355e 100644 (file)
@@ -537,7 +537,7 @@ static void rt8973a_init_dev_type(struct rt8973a_muic_info *info)
                regmap_update_bits(info->regmap, reg, mask, val);
        }
 
-       /* Check whether RT8973A is auto swithcing mode or not */
+       /* Check whether RT8973A is auto switching mode or not */
        ret = regmap_read(info->regmap, RT8973A_REG_CONTROL1, &data);
        if (ret) {
                dev_err(info->dev,