Skip to content

Commit

Permalink
thermal: sysfs: Fix up white space in trip_point_temp_store()
Browse files Browse the repository at this point in the history
Remove an excess tab character from an otherwise empty code line.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
  • Loading branch information
Rafael J. Wysocki committed Feb 12, 2024
1 parent 85af331 commit ccd975d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/thermal_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ trip_point_temp_store(struct device *dev, struct device_attribute *attr,

unlock:
mutex_unlock(&tz->lock);

return ret ? ret : count;
}

Expand Down

0 comments on commit ccd975d

Please sign in to comment.