]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
thermal: sysfs: remove space before tab in macro
authorMayur Kumar <kmayur809@gmail.com>
Mon, 11 May 2026 17:52:46 +0000 (23:22 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 22 May 2026 16:55:08 +0000 (18:55 +0200)
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>
drivers/thermal/thermal_sysfs.c

index 5eecae13f07d8afae198d4a0a6e1548cd0464985..9f2f25a6da371513935a222b4ffd6f00df46b992 100644 (file)
@@ -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,      \