[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1540912500-21941-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Tue, 30 Oct 2018 16:14:58 +0100
From: Julia Lawall <Julia.Lawall@...6.fr>
To: Zhang Rui <rui.zhang@...el.com>
Cc: kernel-janitors@...r.kernel.org,
Eduardo Valentin <edubezval@...il.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH 0/2] constify thermal_zone_of_device_ops structures
The thermal_zone_of_device_ops structures can be const as they are
only passed as the last argument of a thermal_zone_of_sensor_register
function and the corresponding parameter is declared as const.
Done with the help of Coccinelle.
---
drivers/thermal/armada_thermal.c | 2 +-
drivers/thermal/broadcom/brcmstb_thermal.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists