2019-06-13 17:00:40

by Jerry Hoemann

[permalink] [raw]
Subject: [PATCH 0/1] docs: watchdog: make htmldocs failed.

Guenter,

While making htmldocs from linux-staging.git watchdog-next, the
build failed due what I think is a missing blank line after a header
separator in:

Documentation/watchdog/watchdog-parameters.rst

I'm a newbie w.r.t. to the .rst file formats, but adding the blank
lines got the "make htmldocs" to complete.






Jerry Hoemann (1):
docs: watchdog: Fix build error.

Documentation/watchdog/watchdog-parameters.rst | 2 ++
1 file changed, 2 insertions(+)

--
2.20.1


2019-06-13 17:01:59

by Jerry Hoemann

[permalink] [raw]
Subject: [PATCH 1/1] docs: watchdog: Fix build error.

make htmldocs fails due to missing blank line following header.

Signed-off-by: Jerry Hoemann <[email protected]>
---
Documentation/watchdog/watchdog-parameters.rst | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/watchdog/watchdog-parameters.rst b/Documentation/watchdog/watchdog-parameters.rst
index 01023382ea73..a3985cc5aeda 100644
--- a/Documentation/watchdog/watchdog-parameters.rst
+++ b/Documentation/watchdog/watchdog-parameters.rst
@@ -12,6 +12,7 @@ providing kernel parameters for builtin drivers versus loadable
modules.

-------------------------------------------------
+
watchdog core:
open_timeout:
Maximum time, in seconds, for which the watchdog framework will take
@@ -22,6 +23,7 @@ watchdog core:
fallback logic in the bootloader to try something else.

-------------------------------------------------
+
acquirewdt:
wdt_stop:
Acquire WDT 'stop' io port (default 0x43)
--
2.20.1