Re: [PATCH][next] hwmon/pmbus: (ir38064): Fix spelling mistake "comaptible" -> "compatible"

From: Guenter Roeck
Date: Mon Dec 20 2021 - 16:02:24 EST


On Mon, Dec 20, 2021 at 03:55:27PM +0000, Colin Ian King wrote:
> There is a spelling mistake in the module description, fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>

Applied.

Thanks,
Guenter

> ---
> drivers/hwmon/pmbus/ir38064.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwmon/pmbus/ir38064.c b/drivers/hwmon/pmbus/ir38064.c
> index 07bdbb16f216..0ea7e1c18bdc 100644
> --- a/drivers/hwmon/pmbus/ir38064.c
> +++ b/drivers/hwmon/pmbus/ir38064.c
> @@ -85,6 +85,6 @@ static struct i2c_driver ir38064_driver = {
> module_i2c_driver(ir38064_driver);
>
> MODULE_AUTHOR("Maxim Sloyko <maxims@xxxxxxxxxx>");
> -MODULE_DESCRIPTION("PMBus driver for Infineon IR38064 and comaptible chips");
> +MODULE_DESCRIPTION("PMBus driver for Infineon IR38064 and compatible chips");
> MODULE_LICENSE("GPL");
> MODULE_IMPORT_NS(PMBUS);