mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
thermal: sysfs: Fix up white space in trip_point_temp_store()
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>
This commit is contained in:
parent
85af3310df
commit
ccd975daa8
|
|
@ -136,7 +136,7 @@ trip_point_temp_store(struct device *dev, struct device_attribute *attr,
|
|||
|
||||
unlock:
|
||||
mutex_unlock(&tz->lock);
|
||||
|
||||
|
||||
return ret ? ret : count;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user