Message ID | 20211220155527.179125-1-colin.i.king@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [next] hwmon/pmbus: (ir38064): Fix spelling mistake "comaptible" -> "compatible" | expand |
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@gmail.com> 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@google.com>"); > -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);
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@google.com>"); -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);
There is a spelling mistake in the module description, fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> --- drivers/hwmon/pmbus/ir38064.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)