aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2019-07-21 18:33:58 +0200
committerZhang Rui <rui.zhang@intel.com>2019-08-28 17:56:45 +0800
commit9d6b4b871dcfd6796b46a05e002884e051687e47 (patch)
tree9c3293c3d15f2e4111913a10431be5c6b89cfc14 /drivers/thermal
parentthermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure action with devm_add_action_or_reset() (diff)
downloadlinux-dev-9d6b4b871dcfd6796b46a05e002884e051687e47.tar.xz
linux-dev-9d6b4b871dcfd6796b46a05e002884e051687e47.zip
thermal: tegra: Fix a typo
s/sochterm/soctherm/ Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/tegra/soctherm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/tegra/soctherm.c b/drivers/thermal/tegra/soctherm.c
index 43941eb734eb..5acaad3a594f 100644
--- a/drivers/thermal/tegra/soctherm.c
+++ b/drivers/thermal/tegra/soctherm.c
@@ -202,7 +202,7 @@
/* get dividend from the depth */
#define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1)
-/* gk20a nv_therm interface N:3 Mapping. Levels defined in tegra124-sochterm.h
+/* gk20a nv_therm interface N:3 Mapping. Levels defined in tegra124-soctherm.h
* level vector
* NONE 3'b000
* LOW 3'b001