diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2013-09-27 16:36:04 +0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-10-18 20:12:02 +0400 |
commit | 84fb029faa05e1de229a68829cca5dcf85c79894 (patch) | |
tree | 32bb882b06a9fa3143eb36ad8e4f61cbf90ab371 /drivers/hwmon/pmbus/pmbus_core.c | |
parent | c50588ababd85e164a97f114d79af267a6aef42a (diff) | |
download | linux-84fb029faa05e1de229a68829cca5dcf85c79894.tar.xz |
hwmon: Correct some typos
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/pmbus_core.c')
-rw-r--r-- | drivers/hwmon/pmbus/pmbus_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/pmbus_core.c b/drivers/hwmon/pmbus/pmbus_core.c index 7f9ce3251063..3cbf66e9d861 100644 --- a/drivers/hwmon/pmbus/pmbus_core.c +++ b/drivers/hwmon/pmbus/pmbus_core.c @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(pmbus_write_byte); /* * _pmbus_write_byte() is similar to pmbus_write_byte(), but checks if - * a device specific mapping funcion exists and calls it if necessary. + * a device specific mapping function exists and calls it if necessary. */ static int _pmbus_write_byte(struct i2c_client *client, int page, u8 value) { |