diff mbox series

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

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

Commit Message

Colin Ian King Dec. 20, 2021, 3:55 p.m. UTC
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(-)

Comments

Guenter Roeck Dec. 20, 2021, 9:02 p.m. UTC | #1
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 mbox series

Patch

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);