Re: [PATCH] watchdog: Make API functions const correct
From: Guenter Roeck
Date: Fri Dec 19 2025 - 20:25:59 EST
On 12/19/25 12:42, Kari Argillander wrote:
Many watchdog API functions do not modify the watchdog_device nor
device. Mark their arguments as const to reflect this and improve
const-correctness of the API.
No functional change intended.
Signed-off-by: Kari Argillander <kari.argillander@xxxxxxxxx>
Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>