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

From: Colin Ian King
Date: Mon Dec 20 2021 - 10:55:32 EST


There is a spelling mistake in the module description, fix it.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
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);
--
2.33.1