summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayur Kumar <kmayur809@gmail.com>2026-05-11 20:52:46 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-05-22 19:55:08 +0300
commit21c315342b81526874acfa311f11b3f72bed4e14 (patch)
tree6f40a3c0ac43b74d3ee901818a0e5cc17297cf59
parente21c3e4c88a20a6329c5768b4c6fa810653d311a (diff)
downloadlinux-21c315342b81526874acfa311f11b3f72bed4e14.tar.xz
thermal: sysfs: remove space before tab in macro
Adjust white space in thermal_trip_of_attr(). Signed-off-by: Mayur Kumar <kmayur809@gmail.com> [ rjw: Added changelog, added tabs before backslash ] Link: https://patch.msgid.link/20260511175246.217788-1-kmayur809@gmail.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/thermal/thermal_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_sysfs.c b/drivers/thermal/thermal_sysfs.c
index 5eecae13f07d..9f2f25a6da37 100644
--- a/drivers/thermal/thermal_sysfs.c
+++ b/drivers/thermal/thermal_sysfs.c
@@ -82,7 +82,7 @@ mode_store(struct device *dev, struct device_attribute *attr,
}
#define thermal_trip_of_attr(_ptr_, _attr_) \
- ({ \
+ ({ \
struct thermal_trip_desc *td; \
\
td = container_of(_ptr_, struct thermal_trip_desc, \