projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9cd166
)
thermal: tegra: Fix a typo
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sun, 21 Jul 2019 16:33:58 +0000
(18:33 +0200)
committer
Zhang Rui
<rui.zhang@intel.com>
Wed, 28 Aug 2019 09:56:45 +0000
(17:56 +0800)
s/sochterm/soctherm/
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/tegra/soctherm.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/tegra/soctherm.c
b/drivers/thermal/tegra/soctherm.c
index 43941eb734eb097492ede7daa1357653fab52216..5acaad3a594f36232e3b0c41f060f87d230cc9a2 100644
(file)
--- 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-soc
ht
erm.h
+/* gk20a nv_therm interface N:3 Mapping. Levels defined in tegra124-soc
th
erm.h
* level vector
* NONE 3'b000
* LOW 3'b001