[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210727223042.48150-1-rikard.falkeborn@gmail.com>
Date: Wed, 28 Jul 2021 00:30:39 +0200
From: Rikard Falkeborn <rikard.falkeborn@...il.com>
To: Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>
Cc: linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org,
Rikard Falkeborn <rikard.falkeborn@...il.com>
Subject: [PATCH 0/3] drivers/watchdog: Constify static struct watchdog_ops
Constify three instances of static struct watchdog_ops. These are only
assigned to the ops field in the watchdog_device struct, which is a
pointer to const struct watchdog_ops.
With these changes applied, all static watchdog_ops structs are const
(checked for next-20210727), 119 instances).
Rikard Falkeborn (3):
watchdog: sl28cpld_wdt: Constify static struct watchdog_ops
watchdog: tqmx86: Constify static struct watchdog_ops
watchdog: mpc8xxx_wdt: Constify static struct watchdog_ops
drivers/watchdog/mpc8xxx_wdt.c | 2 +-
drivers/watchdog/sl28cpld_wdt.c | 2 +-
drivers/watchdog/tqmx86_wdt.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
2.32.0
Powered by blists - more mailing lists