]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
thermal: tegra: Fix a typo
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 21 Jul 2019 16:33:58 +0000 (18:33 +0200)
committerZhang 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

index 43941eb734eb097492ede7daa1357653fab52216..5acaad3a594f36232e3b0c41f060f87d230cc9a2 100644 (file)
 /* 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