Skip to content

Commit 8b8656d

Browse files
elfringEduardo Valentin
authored andcommitted
ti-soc-thermal: Fix a typo in a comment line
Add a missing character in this description for a function. Acked-by: Keerthy <j-keerthy@ti.com> Tested-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
1 parent 57e5211 commit 8b8656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/ti-soc-thermal/ti-bandgap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id)
10101010
}
10111011

10121012
/**
1013-
* ti_bandgap_set_continous_mode() - One time enabling of continuous mode
1013+
* ti_bandgap_set_continuous_mode() - One time enabling of continuous mode
10141014
* @bgp: pointer to struct ti_bandgap
10151015
*
10161016
* Call this function only if HAS(MODE_CONFIG) is set. As this driver may

0 commit comments

Comments
 (0)