Messages in this thread Patch in this message |  | | Date | Thu, 27 Dec 2018 20:53:37 +0100 | From | Pavel Machek <> | Subject | [PATCH] mfd/ti-lmu: fix typo |
| |
Fix typo in comment.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
diff --git a/include/linux/mfd/ti-lmu.h b/include/linux/mfd/ti-lmu.h index 1ef51ed..06b2a9b 100644 --- a/include/linux/mfd/ti-lmu.h +++ b/include/linux/mfd/ti-lmu.h @@ -75,7 +75,7 @@ enum lm363x_regulator_id { * struct ti_lmu * * @dev: Parent device pointer - * @regmap: Used for i2c communcation on accessing registers + * @regmap: Used for i2c communication on accessing registers * @en_gpio: GPIO for HWEN pin [Optional] * @notifier: Notifier for reporting hwmon event */ -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html [unhandled content-type:application/pgp-signature] |  |