mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
hwmon/pmbus: (ir38064) Fix spelling mistake "comaptible" -> "compatible"
There is a spelling mistake in the module description, fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20211220155527.179125-1-colin.i.king@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
0ee7f62426
commit
23c7df14f6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user