]> git.baikalelectronics.ru Git - kernel.git/commit
fs: add a blank lines on some kernel-doc comments
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 12 May 2017 10:45:42 +0000 (07:45 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 May 2017 11:44:10 +0000 (08:44 -0300)
commite45793ebdc7848fa12bd987ab378b8911d338ff3
treeccb272fd9129ba0dce5cc4e15c1de964681b78db
parent60c60de209ba2f8f9913d9f672e0a9a488b59d50
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>
fs/fs-writeback.c
fs/mpage.c
fs/namei.c