diff options
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r-- | include/linux/thermal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 681047f8cc05..e45659c75920 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
@@ -251,7 +251,7 @@ struct thermal_bind_params { | |||
251 | * platform characterization. This value is relative to the | 251 | * platform characterization. This value is relative to the |
252 | * rest of the weights so a cooling device whose weight is | 252 | * rest of the weights so a cooling device whose weight is |
253 | * double that of another cooling device is twice as | 253 | * double that of another cooling device is twice as |
254 | * effective. See Documentation/thermal/sysfs-api.rst for more | 254 | * effective. See Documentation/driver-api/thermal/sysfs-api.rst for more |
255 | * information. | 255 | * information. |
256 | */ | 256 | */ |
257 | int weight; | 257 | int weight; |
@@ -259,7 +259,7 @@ struct thermal_bind_params { | |||
259 | /* | 259 | /* |
260 | * This is a bit mask that gives the binding relation between this | 260 | * This is a bit mask that gives the binding relation between this |
261 | * thermal zone and cdev, for a particular trip point. | 261 | * thermal zone and cdev, for a particular trip point. |
262 | * See Documentation/thermal/sysfs-api.rst for more information. | 262 | * See Documentation/driver-api/thermal/sysfs-api.rst for more information. |
263 | */ | 263 | */ |
264 | int trip_mask; | 264 | int trip_mask; |
265 | 265 | ||