diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-04-26 17:11:28 +0200 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-05-23 20:07:32 -0700 |
commit | 8b8656d64c0cce9007e062273190d8e97096f0ac (patch) | |
tree | 182dc7ed34fe1cd3da5a68826268a9e24930d010 /drivers/thermal/ti-soc-thermal | |
parent | 57e521151b56ee0c5164c442b7928c66711bfbc4 (diff) | |
download | talos-obmc-linux-8b8656d64c0cce9007e062273190d8e97096f0ac.tar.gz talos-obmc-linux-8b8656d64c0cce9007e062273190d8e97096f0ac.zip |
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>
Diffstat (limited to 'drivers/thermal/ti-soc-thermal')
-rw-r--r-- | drivers/thermal/ti-soc-thermal/ti-bandgap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |