diff mbox series

ext4, doc: Fix a broken layout

Message ID d3ec14afe2396272da6353162b3081a0c92de313.1659248273.git.christophe.jaillet@wanadoo.fr
State Not Applicable
Headers show
Series ext4, doc: Fix a broken layout | expand

Commit Message

Christophe JAILLET July 31, 2022, 6:18 a.m. UTC
The commit in Fixes: has removed an escaping character without updating
the layout of the table.

Add the missing space.

Fixes: 3103084afcf2 ("ext4, doc: remove unnecessary escaping")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 Documentation/filesystems/ext4/blockmap.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bagas Sanjaya Aug. 15, 2022, 9:27 a.m. UTC | #1
On Sun, Jul 31, 2022 at 08:18:24AM +0200, Christophe JAILLET wrote:
> The commit in Fixes: has removed an escaping character without updating
> the layout of the table.
> 
> Add the missing space.
> 

Hi,

This has been already fixed on mainline by 19a7cc817a380f ("KVM: x86/MMU:
properly format KVM_CAP_VM_DISABLE_NX_HUGE_PAGES capability table"). Thanks
anyway.
diff mbox series

Patch

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.                                                                                                                                                                                           |
 +---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+