From: Markus Elfring Date: Wed, 26 Apr 2017 15:11:28 +0000 (+0200) Subject: ti-soc-thermal: Fix a typo in a comment line X-Git-Tag: MMI-PSA29.97-13-9~5518^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b8656d64c0cce9007e062273190d8e97096f0ac;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ti-soc-thermal: Fix a typo in a comment line Add a missing character in this description for a function. Acked-by: Keerthy Tested-by: Keerthy Signed-off-by: Markus Elfring Signed-off-by: Eduardo Valentin --- diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c index 109fb0a5f19f..696ab3046b87 100644 --- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c +++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c @@ -1010,7 +1010,7 @@ ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id) } /** - * ti_bandgap_set_continous_mode() - One time enabling of continuous mode + * ti_bandgap_set_continuous_mode() - One time enabling of continuous mode * @bgp: pointer to struct ti_bandgap * * Call this function only if HAS(MODE_CONFIG) is set. As this driver may