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

2019-06-13 Thread Jerry Hoemann
make htmldocs fails due to missing blank line following header. Signed-off-by: Jerry Hoemann --- 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 i

Re: [PATCH 1/1] docs: watchdog: Fix build error.

2019-06-13 Thread Guenter Roeck
On Wed, Jun 12, 2019 at 06:02:37PM -0600, Jerry Hoemann wrote: > make htmldocs fails due to missing blank line following header. > > Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck > --- > Documentation/watchdog/watchdog-parameters.rst | 2 ++ > 1 file changed, 2 insertions(+) > > di

Re: [PATCH 1/1] docs: watchdog: Fix build error.

2019-06-13 Thread Mauro Carvalho Chehab
Em Wed, 12 Jun 2019 18:02:37 -0600 Jerry Hoemann escreveu: > make htmldocs fails due to missing blank line following header. > > Signed-off-by: Jerry Hoemann Reviewed-by: Mauro Carvalho Chehab > --- > Documentation/watchdog/watchdog-parameters.rst | 2 ++ > 1 file changed, 2 insertions(+) >