From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB5AEC31E49 for ; Thu, 13 Jun 2019 15:40:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C146E206BB for ; Thu, 13 Jun 2019 15:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560440404; bh=3ceyPHgqycnCTWdzbHjsrsnc1YNyzied3A0TUm/Et98=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=PWvfGuP/Tj0fvnki3RPcozV5OBBT4VDKaLYdHX1jc5l9iZomI5tynOd8SIQrewYHi pjaGPQp4YL+iCHMKnJlxbj9OXNRzX4TiPJAfZ++xo5/2FYxz2l2hm042Yg22UYCoeu Po8/wq2oLgHXe3MTr5EFvbSjh6ZuFDRQ6plQ8Ecg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733039AbfFMPkC (ORCPT ); Thu, 13 Jun 2019 11:40:02 -0400 Received: from casper.infradead.org ([85.118.1.10]:33140 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731908AbfFMJyH (ORCPT ); Thu, 13 Jun 2019 05:54:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=0DKB9zhJLJWz7Ucy0xQYpQuP0DMygUsU5rmkGh0Xz9E=; b=ehpVYDyXjcKXf+A96uUPmbjpJw nAODNWeyWF4cwmRynkTd63OL7t7JI5IAb9pmMl5PPxjq2usrYufnmCuay8ibdyx2CTK9xoqZcpwGX ptBhbzPyIMmjdKwyrYqrZlFqfl4VEZabWhbkq8WcLeTegGHV/+J/KAHOq9A1V4KN6Rj15FVXiS9eZ 4rzhFvA0E3mC/Mh9lfKGAVH0PDhDNvw22bYK5NXSJVPH/b5qQtkbrj6gSHg71IYR4v0ivmcY6Udc1 pfb2pUAga32uwLVccsS61CjTTTf6z8GEtPr5L1wIt0fnzLwKk17+Xg8mQJHGZEgP2zVL3d3AvTUaL elPt7f0w==; Received: from 201.86.169.251.dynamic.adsl.gvt.net.br ([201.86.169.251] helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hbMQg-0000Y8-Ew; Thu, 13 Jun 2019 09:53:59 +0000 Date: Thu, 13 Jun 2019 06:53:55 -0300 From: Mauro Carvalho Chehab To: Jerry Hoemann Cc: linux@roeck-us.net, wim@linux-watchdog.org, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] docs: watchdog: Fix build error. Message-ID: <20190613065355.117df659@coco.lan> In-Reply-To: <20190613000237.377-2-jerry.hoemann@hpe.com> References: <20190613000237.377-1-jerry.hoemann@hpe.com> <20190613000237.377-2-jerry.hoemann@hpe.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(+) > > 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) Thanks, Mauro