Fix up descriptions.
[ext4-patch-queue.git] / fix-little-inconsistencies
blobc68fec3ab797c7c28808439b003059c92a406ea1
1 Documentation: fix little inconsistencies
3 From: Pavel Machek <pavel@ucw.cz>
5 Fix little inconsistencies in Documentation: make case and spacing
6 match surrounding text.
8 Signed-off-by: Pavel Machek <pavel@ucw.cz>
9 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
10 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
11 ---
12 diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
13 index 5a8f7f4..75236c0 100644
14 --- a/Documentation/filesystems/ext4.txt
15 +++ b/Documentation/filesystems/ext4.txt
16 @@ -94,10 +94,10 @@ Note: More extensive information for getting started with ext4 can be
17  * ability to pack bitmaps and inode tables into larger virtual groups via the
18    flex_bg feature
19  * large file support
20 -* Inode allocation using large virtual block groups via flex_bg
21 +* inode allocation using large virtual block groups via flex_bg
22  * delayed allocation
23  * large block (up to pagesize) support
24 -* efficient new ordered mode in JBD2 and ext4(avoid using buffer head to force
25 +* efficient new ordered mode in JBD2 and ext4 (avoid using buffer head to force
26    the ordering)
28  [1] Filesystems with a block size of 1k may see a limit imposed by the
29 @@ -105,7 +105,7 @@ directory hash tree having a maximum depth of two.
31  2.2 Candidate features for future inclusion
33 -* Online defrag (patches available but not well tested)
34 +* online defrag (patches available but not well tested)
35  * reduced mke2fs time via lazy itable initialization in conjunction with
36    the uninit_bg feature (capability to do this is available in e2fsprogs
37    but a kernel thread to do lazy zeroing of unused inode table blocks
38 @@ -602,7 +602,7 @@ Table of Ext4 specific ioctls
39                               bitmaps and inode table, the userspace tool thus
40                               just passes the new number of blocks.
42 -EXT4_IOC_SWAP_BOOT           Swap i_blocks and associated attributes
43 + EXT4_IOC_SWAP_BOOT          Swap i_blocks and associated attributes
44                               (like i_blocks, i_size, i_flags, ...) from
45                               the specified inode with inode
46                               EXT4_BOOT_LOADER_INO (#5). This is typically