Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal/ti-soc-thermal: Fix comment typo

The double `and' is duplicated in line 229, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220715051829.30927-1-wangborong@cdjrlc.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Jason Wang and committed by
Daniel Lezcano
8b74a003 ee35f721

+1 -1
+1 -1
drivers/thermal/ti-soc-thermal/ti-bandgap.c
··· 226 226 /* 227 227 * One TALERT interrupt: Two sources 228 228 * 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 230 230 */ 231 231 if (t_hot) { 232 232 ctrl &= ~tsr->mask_hot_mask;