thermal/ti-soc-thermal: Fix typos

Fix typos in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Link: https://lore.kernel.org/r/20240913093713.12376-1-algonell@gmail.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Andrew Kreimer 2024-09-13 12:37:05 +03:00 committed by Kevin Hilman
parent 16a0a69244
commit d8ee46b226
3 changed files with 8 additions and 8 deletions

View File

@ -74,7 +74,7 @@
/**
* Register bitfields for DRA752
*
* All the macros bellow define the required bits for
* All the macros below define the required bits for
* controlling temperature on DRA752. Bit defines are
* grouped by register.
*/
@ -125,7 +125,7 @@
/**
* Temperature limits and thresholds for DRA752
*
* All the macros bellow are definitions for handling the
* All the macros below are definitions for handling the
* ADC conversions and representation of temperature limits
* and thresholds for DRA752. Definitions are grouped
* by temperature domain.

View File

@ -32,7 +32,7 @@
/**
* Register and bit definitions for OMAP4430
*
* All the macros bellow define the required bits for
* All the macros below define the required bits for
* controlling temperature on OMAP4430. Bit defines are
* grouped by register.
*/
@ -48,7 +48,7 @@
/**
* Temperature limits and thresholds for OMAP4430
*
* All the macros bellow are definitions for handling the
* All the macros below are definitions for handling the
* ADC conversions and representation of temperature limits
* and thresholds for OMAP4430.
*/
@ -102,7 +102,7 @@
/**
* Register bitfields for OMAP4460
*
* All the macros bellow define the required bits for
* All the macros below define the required bits for
* controlling temperature on OMAP4460. Bit defines are
* grouped by register.
*/
@ -135,7 +135,7 @@
/**
* Temperature limits and thresholds for OMAP4460
*
* All the macros bellow are definitions for handling the
* All the macros below are definitions for handling the
* ADC conversions and representation of temperature limits
* and thresholds for OMAP4460.
*/

View File

@ -56,7 +56,7 @@
/**
* Register bitfields for OMAP5430
*
* All the macros bellow define the required bits for
* All the macros below define the required bits for
* controlling temperature on OMAP5430. Bit defines are
* grouped by register.
*/
@ -101,7 +101,7 @@
/**
* Temperature limits and thresholds for OMAP5430
*
* All the macros bellow are definitions for handling the
* All the macros below are definitions for handling the
* ADC conversions and representation of temperature limits
* and thresholds for OMAP5430. Definitions are grouped
* by temperature domain.