All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: fix rst syntax error in admin guide
@ 2021-02-09  2:18 Darrick J. Wong
  2021-02-09  4:02 ` Eric Sandeen
  2021-02-09  4:04 ` Chaitanya Kulkarni
  0 siblings, 2 replies; 3+ messages in thread
From: Darrick J. Wong @ 2021-02-09  2:18 UTC (permalink / raw)
  To: xfs

From: Darrick J. Wong <djwong@kernel.org>

Tables are supposed to have a matching line of "===" to signal the end
of a table.  The rst compiler gets grouchy if it encounters EOF instead,
so fix this warning.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 Documentation/admin-guide/xfs.rst |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst
index d2064a52811b..6178153d3320 100644
--- a/Documentation/admin-guide/xfs.rst
+++ b/Documentation/admin-guide/xfs.rst
@@ -536,3 +536,4 @@ The interesting knobs for XFS workqueues are as follows:
   cpumask        CPUs upon which the threads are allowed to run.
   nice           Relative priority of scheduling the threads.  These are the
                  same nice levels that can be applied to userspace processes.
+============     ===========

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfs: fix rst syntax error in admin guide
  2021-02-09  2:18 [PATCH] xfs: fix rst syntax error in admin guide Darrick J. Wong
@ 2021-02-09  4:02 ` Eric Sandeen
  2021-02-09  4:04 ` Chaitanya Kulkarni
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Sandeen @ 2021-02-09  4:02 UTC (permalink / raw)
  To: Darrick J. Wong, xfs



On 2/8/21 8:18 PM, Darrick J. Wong wrote:
> From: Darrick J. Wong <djwong@kernel.org>
> 
> Tables are supposed to have a matching line of "===" to signal the end
> of a table.  The rst compiler gets grouchy if it encounters EOF instead,
> so fix this warning.
> 
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>

<cuts and pastes the prior "============     ===========" next to the 
new one, yup pretty, pretty good>

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> ---
>  Documentation/admin-guide/xfs.rst |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst
> index d2064a52811b..6178153d3320 100644
> --- a/Documentation/admin-guide/xfs.rst
> +++ b/Documentation/admin-guide/xfs.rst
> @@ -536,3 +536,4 @@ The interesting knobs for XFS workqueues are as follows:
>    cpumask        CPUs upon which the threads are allowed to run.
>    nice           Relative priority of scheduling the threads.  These are the
>                   same nice levels that can be applied to userspace processes.
> +============     ===========
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfs: fix rst syntax error in admin guide
  2021-02-09  2:18 [PATCH] xfs: fix rst syntax error in admin guide Darrick J. Wong
  2021-02-09  4:02 ` Eric Sandeen
@ 2021-02-09  4:04 ` Chaitanya Kulkarni
  1 sibling, 0 replies; 3+ messages in thread
From: Chaitanya Kulkarni @ 2021-02-09  4:04 UTC (permalink / raw)
  To: Darrick J. Wong, xfs

On 2/8/21 18:20, Darrick J. Wong wrote:
> From: Darrick J. Wong <djwong@kernel.org>
>
> Tables are supposed to have a matching line of "===" to signal the end
> of a table.  The rst compiler gets grouchy if it encounters EOF instead,
> so fix this warning.
>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Indeed the last line "===" is missing from xfs/for-next branch.

Looks good.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-09  4:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09  2:18 [PATCH] xfs: fix rst syntax error in admin guide Darrick J. Wong
2021-02-09  4:02 ` Eric Sandeen
2021-02-09  4:04 ` Chaitanya Kulkarni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.