Re: [PATCH] xfs: fix rst syntax error in admin guide
From: Eric Sandeen <hidden>
Date: 2021-02-09 04:07:07
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 <redacted> 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 <redacted>
quoted hunk ↗ jump to hunk
--- 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. +============ ===========