commit | 0117d4272b1acd151812abf4a6702fc7873e16ea | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri May 12 07:45:42 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue May 16 08:44:10 2017 -0300 |
tree | ccb272fd9129ba0dce5cc4e15c1de964681b78db | |
parent | 76d0d5d3136381e60bb8674d995f74bdb9085c2f [diff] |
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>