[PATCH 12/68] hwmon: corsair: constify pointers to hwmon_channel_info
Wilken Gottwalt
wilken.gottwalt at posteo.net
Sun Apr 9 08:21:17 UTC 2023
On Thu, 6 Apr 2023 22:30:07 +0200
Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org> wrote:
> diff --git a/drivers/hwmon/corsair-psu.c b/drivers/hwmon/corsair-psu.c
> index 2210aa62e3d0..dc24c566d08b 100644
> --- a/drivers/hwmon/corsair-psu.c
> +++ b/drivers/hwmon/corsair-psu.c
> @@ -571,7 +571,7 @@ static const struct hwmon_ops corsairpsu_hwmon_ops = {
> .read_string = corsairpsu_hwmon_ops_read_string,
> };
>
> -static const struct hwmon_channel_info *corsairpsu_info[] = {
> +static const struct hwmon_channel_info * const corsairpsu_info[] = {
> HWMON_CHANNEL_INFO(chip,
> HWMON_C_REGISTER_TZ),
> HWMON_CHANNEL_INFO(temp,
Wait a minute. Can you at least match it to the coding style of the driver?
A lot of work went into it to keep it consistent.
greetings,
Will
More information about the dri-devel
mailing list