diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-12 07:45:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 08:44:10 -0300 |
commit | 0117d4272b1acd151812abf4a6702fc7873e16ea (patch) | |
tree | ccb272fd9129ba0dce5cc4e15c1de964681b78db /fs/mpage.c | |
parent | 76d0d5d3136381e60bb8674d995f74bdb9085c2f (diff) | |
download | linux-0117d4272b1acd151812abf4a6702fc7873e16ea.tar.bz2 |
fs: add a blank lines on some kernel-doc comments
Sphinx gets confused when it finds identation without a
good reason for it and without a preceding blank line:
./fs/mpage.c:347: ERROR: Unexpected indentation.
./fs/namei.c:4303: ERROR: Unexpected indentation.
./fs/fs-writeback.c:2060: ERROR: Unexpected indentation.
No functional changes.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'fs/mpage.c')
-rw-r--r-- | fs/mpage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/mpage.c b/fs/mpage.c index baff8f820c29..4760a0c09a4e 100644 --- a/fs/mpage.c +++ b/fs/mpage.c @@ -344,6 +344,7 @@ confused: * * So an mpage read of the first 16 blocks of an ext2 file will cause I/O to be * submitted in the following order: + * * 12 0 1 2 3 4 5 6 7 8 9 10 11 13 14 15 16 * * because the indirect block has to be read to get the mappings of blocks |