diff options
author | Yangtao Li | 2021-08-15 01:58:40 +0800 |
---|---|---|
committer | Jaegeuk Kim | 2021-08-17 11:59:05 -0700 |
commit | b35d71b969096422f1c57d7c1394fe8b1cad9710 (patch) | |
tree | 34860d4c1e29a8d7b5fcbd2eb0fde62d6b48e037 | |
parent | 491f7f71e18411463f348beac1b6d99eb8f2c6c1 (diff) |
f2fs: fix description about main_blkaddr node
Don't leave a blank line, to keep the style consistent
with other node descriptions.
Signed-off-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r-- | Documentation/ABI/testing/sysfs-fs-f2fs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs index 73211f77d11e..f627e705e663 100644 --- a/Documentation/ABI/testing/sysfs-fs-f2fs +++ b/Documentation/ABI/testing/sysfs-fs-f2fs @@ -41,8 +41,7 @@ Description: This parameter controls the number of prefree segments to be What: /sys/fs/f2fs/<disk>/main_blkaddr Date: November 2019 Contact: "Ramon Pantin" <pantin@google.com> -Description: - Shows first block address of MAIN area. +Description: Shows first block address of MAIN area. What: /sys/fs/f2fs/<disk>/ipu_policy Date: November 2013 |