From: Darrick J. Wong Date: Mon, 8 Feb 2021 17:29:34 +0000 (-0800) Subject: xfs: fix rst syntax error in admin guide X-Git-Tag: howlett/maple/20220722_2~3781^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8e8794b919884e0a14991651a69c8a5735570d31;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Darrick J. Wong Reviewed-by: Eric Sandeen Reviewed-by: Chaitanya Kulkarni --- diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst index d2064a52811b6..6178153d33200 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. +============ ===========