summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-02-08 09:29:34 -0800
committerDarrick J. Wong <djwong@kernel.org>2021-02-09 09:16:44 -0800
commit8e8794b919884e0a14991651a69c8a5735570d31 (patch)
tree5281379364ebce8ef5c438d411ccc8a506a46570
parent45068063efb7dd0a8d115c106aa05d9ab0946257 (diff)
xfs: fix rst syntax error in admin guidexfs-5.12-merge-4
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> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-rw-r--r--Documentation/admin-guide/xfs.rst1
1 files changed, 1 insertions, 0 deletions
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.
+============ ===========