mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-17 12:14:43 +00:00
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>
This commit is contained in:
parent
57e521151b
commit
8b8656d64c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
* @bgp: pointer to struct ti_bandgap
|
||||||
*
|
*
|
||||||
* Call this function only if HAS(MODE_CONFIG) is set. As this driver may
|
* Call this function only if HAS(MODE_CONFIG) is set. As this driver may
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue