diff options
author | Darrick J. Wong <djwong@kernel.org> | 2021-02-08 09:29:34 -0800 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-02-09 09:16:44 -0800 |
commit | 8e8794b919884e0a14991651a69c8a5735570d31 (patch) | |
tree | 5281379364ebce8ef5c438d411ccc8a506a46570 /Documentation/admin-guide/xfs.rst | |
parent | 45068063efb7dd0a8d115c106aa05d9ab0946257 (diff) |
xfs: fix rst syntax error in admin guide
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>
Diffstat (limited to 'Documentation/admin-guide/xfs.rst')
-rw-r--r-- | Documentation/admin-guide/xfs.rst | 1 |
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. +============ =========== |