From nobody Fri Sep 12 11:38:36 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3840C64ED6 for ; Fri, 10 Feb 2023 18:43:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233157AbjBJSnc (ORCPT ); Fri, 10 Feb 2023 13:43:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233100AbjBJSna (ORCPT ); Fri, 10 Feb 2023 13:43:30 -0500 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 117692B603; Fri, 10 Feb 2023 10:43:29 -0800 (PST) Received: from pps.filterd (m0134424.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 31AHHwtH019591; Fri, 10 Feb 2023 18:43:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding; s=pps0720; bh=BK3thYDmZOcyh3I2MlrHQhqotMUu4L2fLF/ekC9aDkI=; b=X9wV7tvJwxZ8GLDJVJ7jeVnEfIwBGAT+IYYQl6QW+JFAng7Y/FyAK5tULAOO7k+vOzmW RrUvgPJCodId2JU5V/F12/2GxbAvyjaQh/FJcy8Af7ad3NUrlZjPDmPDcuBLdW1bK4J/ DkxZ2flCkKAlK5Ep/RMqLnkGVmLJjnokB9UkiuZnlGceC5aJBsXRLe1/qiGDMMGSEB26 5gpJz6yKWlxvO4crYsKkq6w71hzCh/CyDdcStFCfcqo1jwy8MARQEa1Ai732qvI52p7Z ftpUu7wTa1glvtLXCZ+E+y/yUDHn9oO2ujNTK0lbMBjFSw6iV9fE0A5gHmo/Jbi8ZARP cw== Received: from p1lg14880.it.hpe.com (p1lg14880.it.hpe.com [16.230.97.201]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3nnt6s8m4t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 10 Feb 2023 18:43:14 +0000 Received: from p1lg14886.dc01.its.hpecorp.net (unknown [10.119.18.237]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by p1lg14880.it.hpe.com (Postfix) with ESMTPS id 972D4800391; Fri, 10 Feb 2023 18:43:13 +0000 (UTC) Received: from anatevka.americas.hpqcorp.net (unknown [16.231.227.36]) by p1lg14886.dc01.its.hpecorp.net (Postfix) with ESMTP id 1CA0580BA2C; Fri, 10 Feb 2023 18:43:13 +0000 (UTC) From: Jerry Hoemann To: linux@roeck-us.net, corbet@lwn.net Cc: linux-watchdog@vger.kernel.org, wim@linux-watchdog.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Jerry Hoemann Subject: [PATCH 2/2] Documentation/watchdog/hpwdt: Fix Format Date: Fri, 10 Feb 2023 11:42:47 -0700 Message-Id: <20230210184247.221134-3-jerry.hoemann@hpe.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230210184247.221134-1-jerry.hoemann@hpe.com> References: <20230210184247.221134-1-jerry.hoemann@hpe.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Proofpoint-GUID: Dpt4NK4YOXSiHirF_FNATBYGvDdmS6DN X-Proofpoint-ORIG-GUID: Dpt4NK4YOXSiHirF_FNATBYGvDdmS6DN X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22 definitions=2023-02-10_13,2023-02-09_03,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 phishscore=0 clxscore=1015 suspectscore=0 malwarescore=0 mlxscore=0 bulkscore=0 adultscore=0 mlxlogscore=999 priorityscore=1501 impostorscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2302100157 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add list format so that compiled documentation looks like it was intended to. Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck --- Documentation/watchdog/hpwdt.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/watchdog/hpwdt.rst b/Documentation/watchdog/hpwd= t.rst index c972fc2a3d0b..5eab5dfec042 100644 --- a/Documentation/watchdog/hpwdt.rst +++ b/Documentation/watchdog/hpwdt.rst @@ -63,9 +63,9 @@ Last reviewed: 08/20/2018 and loop forever. This is generally not what a watchdog user wants. =20 For those wishing to learn more please see: - Documentation/admin-guide/kdump/kdump.rst - Documentation/admin-guide/kernel-parameters.txt (panic=3D) - Your Linux Distribution specific documentation. + - Documentation/admin-guide/kdump/kdump.rst + - Documentation/admin-guide/kernel-parameters.txt (panic=3D) + - Your Linux Distribution specific documentation. =20 If the hpwdt does not receive the NMI associated with an expiring timer, the iLO will proceed to reset the system at timeout if the timer hasn't --=20 2.39.1