thermal: intel: hfi: Rename HFI_MAX_THERM_NOTIFY_COUNT
authorRicardo Neri <ricardo.neri-calderon@linux.intel.com>
Wed, 8 May 2024 03:43:51 +0000 (20:43 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 8 May 2024 12:02:02 +0000 (14:02 +0200)
commit07c6f3a7ff57e9526de96b54d7615659ffd06f8f
tree7f2b018132979f4a954128623f6468606ace9b0d
parentba1a587ed66faf6482748b20d5484dcd97589e79
thermal: intel: hfi: Rename HFI_MAX_THERM_NOTIFY_COUNT

When processing a hardware update, HFI generates as many thermal netlink
events as needed to relay all the updated CPU capabilities to user space.
The constant HFI_MAX_THERM_NOTIFY_COUNT is the number of CPU capabilities
updated per each of those events.

Give this constant a more descriptive name.

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/thermal/intel/intel_hfi.c