diff mbox series

[2/2] Documentation/watchdog/hpwdt: Fix Format

Message ID 20230210184247.221134-3-jerry.hoemann@hpe.com
State New
Headers show
Series Documentation/Watchdog/hpwdt | expand

Commit Message

Jerry Hoemann Feb. 10, 2023, 6:42 p.m. UTC
Add list format so that compiled documentation looks like it was
intended to.

Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
---
 Documentation/watchdog/hpwdt.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Guenter Roeck Feb. 10, 2023, 6:46 p.m. UTC | #1
On Fri, Feb 10, 2023 at 11:42:47AM -0700, Jerry Hoemann wrote:
> Add list format so that compiled documentation looks like it was
> intended to.
> 
> Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  Documentation/watchdog/hpwdt.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/watchdog/hpwdt.rst b/Documentation/watchdog/hpwdt.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.
>  
>   For those wishing to learn more please see:
> -	Documentation/admin-guide/kdump/kdump.rst
> -	Documentation/admin-guide/kernel-parameters.txt (panic=)
> -	Your Linux Distribution specific documentation.
> +	- Documentation/admin-guide/kdump/kdump.rst
> +	- Documentation/admin-guide/kernel-parameters.txt (panic=)
> +	- Your Linux Distribution specific documentation.
>  
>   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
> -- 
> 2.39.1
>
diff mbox series

Patch

diff --git a/Documentation/watchdog/hpwdt.rst b/Documentation/watchdog/hpwdt.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.
 
  For those wishing to learn more please see:
-	Documentation/admin-guide/kdump/kdump.rst
-	Documentation/admin-guide/kernel-parameters.txt (panic=)
-	Your Linux Distribution specific documentation.
+	- Documentation/admin-guide/kdump/kdump.rst
+	- Documentation/admin-guide/kernel-parameters.txt (panic=)
+	- Your Linux Distribution specific documentation.
 
  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