@@ -38,10 +38,10 @@ struct st_thermal_sensor;
3838 *
3939 * @power_ctrl: Function for powering on/off a sensor. Clock to the
4040 * sensor is also controlled from this function.
41- * @alloc_regfields: Allocate regmap register fields, specific to a sensor.
42- * @do_memmap_regmap: Memory map the thermal register space and init regmap
41+ * @alloc_regfields: Allocate regmap register fields, specific to a sensor.
42+ * @do_memmap_regmap: Memory map the thermal register space and init regmap
4343 * instance or find regmap instance.
44- * @register_irq: Register an interrupt handler for a sensor.
44+ * @register_irq: Register an interrupt handler for a sensor.
4545 */
4646struct st_thermal_sensor_ops {
4747 int (* power_ctrl )(struct st_thermal_sensor * , enum st_thermal_power_state );
@@ -56,15 +56,15 @@ struct st_thermal_sensor_ops {
5656 *
5757 * @reg_fields: Pointer to the regfields array for a sensor.
5858 * @sys_compat: Pointer to the syscon node compatible string.
59- * @ops: Pointer to private thermal ops for a sensor.
60- * @calibration_val: Default calibration value to be written to the DCORRECT
59+ * @ops: Pointer to private thermal ops for a sensor.
60+ * @calibration_val: Default calibration value to be written to the DCORRECT
6161 * register field for a sensor.
62- * @temp_adjust_val: Value to be added/subtracted from the data read from
62+ * @temp_adjust_val: Value to be added/subtracted from the data read from
6363 * the sensor. If value needs to be added please provide a
6464 * positive value and if it is to be subtracted please
65- * provide a negative value.
66- * @crit_temp: The temperature beyond which the SoC should be shutdown
67- * to prevent damage.
65+ * provide a negative value.
66+ * @crit_temp: The temperature beyond which the SoC should be shutdown
67+ * to prevent damage.
6868 */
6969struct st_thermal_compat_data {
7070 char * sys_compat ;
0 commit comments