diff options
author | Zhang Rui <rui.zhang@intel.com> | 2016-08-22 10:48:11 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2016-09-27 09:02:16 +0300 |
commit | 7b5c4a0cd48dbdcdf545eff5a214b1862a398784 (patch) | |
tree | 7b2d0f1471157fd34bb3d2e5f3f46725267d972c /drivers | |
parent | eea6a364393736693b2d2c7c10b8b7d194a5ca10 (diff) | |
download | linux-7b5c4a0cd48dbdcdf545eff5a214b1862a398784.tar.xz |
Thermal: of thermal: typo fix
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/thermal/of-thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c index 972b0cfb69b1..ab6e5260a901 100644 --- a/drivers/thermal/of-thermal.c +++ b/drivers/thermal/of-thermal.c @@ -600,7 +600,7 @@ static int devm_thermal_zone_of_sensor_match(struct device *dev, void *res, * Return: On success returns a valid struct thermal_zone_device, * otherwise, it returns a corresponding ERR_PTR(). Caller must * check the return value with help of IS_ERR() helper. - * Registered hermal_zone_device device will automatically be + * Registered thermal_zone_device device will automatically be * released when device is unbounded. */ struct thermal_zone_device *devm_thermal_zone_of_sensor_register( |