2022-07-09 10:09:08

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH v3 15/21] docs: ext4: blockmap.rst: fix a broken table

There's one missing space, causing a long error message when
building the docs.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH v3 00/21] at: https://lore.kernel.org/all/[email protected]/

Documentation/filesystems/ext4/blockmap.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/ext4/blockmap.rst b/Documentation/filesystems/ext4/blockmap.rst
index 2bd990402a5c..cc596541ce79 100644
--- a/Documentation/filesystems/ext4/blockmap.rst
+++ b/Documentation/filesystems/ext4/blockmap.rst
@@ -1,7 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0

+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| i.i_block Offset | Where It Points |
+| i.i_block Offset | Where It Points |
+=====================+==============================================================================================================================================================================================================================+
| 0 to 11 | Direct map to file blocks 0 to 11. |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
--
2.36.1


2022-07-09 15:50:12

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH v3 15/21] docs: ext4: blockmap.rst: fix a broken table

On Sat, Jul 09, 2022 at 11:07:28AM +0100, Mauro Carvalho Chehab wrote:
> There's one missing space, causing a long error message when
> building the docs.
>
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>

Acked-by: Theodore Ts'o <[email protected]>