Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[platform/kernel/linux-rpi.git] / drivers / usb / typec / ucsi / ucsi_stm32g0.c
index 16289ff..7b92f0c 100644 (file)
@@ -599,7 +599,7 @@ static int ucsi_stm32g0_probe_bootloader(struct ucsi *ucsi)
                g0->i2c_bl = i2c_new_dummy_device(g0->client->adapter, STM32G0_I2C_BL_ADDR);
                if (IS_ERR(g0->i2c_bl)) {
                        ret = dev_err_probe(g0->dev, PTR_ERR(g0->i2c_bl),
-                                           "Failed to register booloader I2C address\n");
+                                           "Failed to register bootloader I2C address\n");
                        return ret;
                }
        }