From 48b5ac3ec0dba057e787d376b2eb2323e4315058 Mon Sep 17 00:00:00 2001 From: saramonteiro Date: Tue, 15 Dec 2020 12:25:25 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: David Sidrane --- .../components/drivers/character/watchdog.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/components/drivers/character/watchdog.rst b/Documentation/components/drivers/character/watchdog.rst index c5b3c9d7c7..1676bc3b30 100644 --- a/Documentation/components/drivers/character/watchdog.rst +++ b/Documentation/components/drivers/character/watchdog.rst @@ -153,12 +153,12 @@ This command registers an user callback that will be triggered on timeout. It re .. c:macro:: WDIOC_KEEPALIVE - This command resets the watchdog timer ("ping", "pet the dog", "feed the dog"). + This command resets the watchdog timer AKA '**ping**", "**kick**", "**pet** the dog", "**feed** the dog"). -Using the Auto-monitor feature to keep the chip alive +Using the Auto-monitor feature to reset the watch dog, ------------------------------------------------------ -The auto-monitor provides an OS-internal mechanism to automatically start the watchdog timer and repeatedly reset the counting after the watchdog is registered. +The auto-monitor provides an OS-internal mechanism to automatically start and repeatedly reset the watchdog. To enable it, follow the next instructions: @@ -196,8 +196,8 @@ To enable it, follow the next instructions: ``Idle callback``: This choice sets an Idle callback to feed the dog. It depends on the PM module, because this callback is triggered by the PM state change. To enable it do the following: - Go into menu :menuselection:`Device Drivers --> Timer Driver Support` and press :kbd:`Enter`. Then enable: + Go into menu :menuselection:`Device Drivers` and enable: - - [x] Power Management Support + - [x] Power Management Support -After selecting one of these choices, the chip will keep itself alive by one of these options. \ No newline at end of file +After selecting one of these choices, the chip will keep itself alive by one of these options.