diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2019-07-21 18:33:58 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2019-08-28 17:56:45 +0800 |
commit | 9d6b4b871dcfd6796b46a05e002884e051687e47 (patch) | |
tree | 9c3293c3d15f2e4111913a10431be5c6b89cfc14 /drivers/thermal/tegra | |
parent | b9cd1663fb49c9432c346be742f94ef25b406c89 (diff) | |
download | linux-9d6b4b871dcfd6796b46a05e002884e051687e47.tar.bz2 |
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/tegra')
-rw-r--r-- | drivers/thermal/tegra/soctherm.c | 2 |
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 |