aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/watchdog
diff options
context:
space:
mode:
authorWolfram Sang <wsa@kernel.org>2020-05-02 16:30:58 +0200
committerJonathan Corbet <corbet@lwn.net>2020-05-05 09:39:53 -0600
commit094d6dc56245d0c796af9ed3e680effbe66ba0b5 (patch)
treef6869a619c38b3d9ce9601a458c0adb3e0c46525 /Documentation/watchdog
parentkobject: documentation: Fix erroneous function example in kobject doc. (diff)
downloadlinux-dev-094d6dc56245d0c796af9ed3e680effbe66ba0b5.tar.xz
linux-dev-094d6dc56245d0c796af9ed3e680effbe66ba0b5.zip
watchdog: update email address in conversion doc
The old one is defunct. However, I think it makes sense that I am still the primary contact person for updates here. Signed-off-by: Wolfram Sang <wsa@kernel.org> Link: https://lore.kernel.org/r/20200502143103.19473-1-wsa@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/watchdog')
-rw-r--r--Documentation/watchdog/convert_drivers_to_kernel_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/convert_drivers_to_kernel_api.rst b/Documentation/watchdog/convert_drivers_to_kernel_api.rst
index 51b999b5551a..a1c3f038ce0e 100644
--- a/Documentation/watchdog/convert_drivers_to_kernel_api.rst
+++ b/Documentation/watchdog/convert_drivers_to_kernel_api.rst
@@ -2,7 +2,7 @@
Converting old watchdog drivers to the watchdog framework
=========================================================
-by Wolfram Sang <w.sang@pengutronix.de>
+by Wolfram Sang <wsa@kernel.org>
Before the watchdog framework came into the kernel, every driver had to
implement the API on its own. Now, as the framework factored out the common