xfs: fix rst syntax error in admin guide
authorDarrick J. Wong <djwong@kernel.org>
Mon, 8 Feb 2021 17:29:34 +0000 (09:29 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Feb 2021 17:16:44 +0000 (09:16 -0800)
commit8e8794b919884e0a14991651a69c8a5735570d31
tree5281379364ebce8ef5c438d411ccc8a506a46570
parent45068063efb7dd0a8d115c106aa05d9ab0946257
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>
Documentation/admin-guide/xfs.rst