Skip to content

Commit 8b74a00

Browse files
Jason Wangdlezcano
authored andcommitted
thermal/ti-soc-thermal: Fix comment typo
The double `and' is duplicated in line 229, remove one. Signed-off-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent ee35f72 commit 8b74a00

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
@@ -226,7 +226,7 @@ static irqreturn_t ti_bandgap_talert_irq_handler(int irq, void *data)
226226
/*
227227
* One TALERT interrupt: Two sources
228228
* If the interrupt is due to t_hot then mask t_hot and
229-
* and unmask t_cold else mask t_cold and unmask t_hot
229+
* unmask t_cold else mask t_cold and unmask t_hot
230230
*/
231231
if (t_hot) {
232232
ctrl &= ~tsr->mask_hot_mask;

0 commit comments

Comments
 (0)