diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-01-10 06:27:29 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-01-10 06:27:29 +0100 |
commit | f69120ce6c024aa634a8fc25787205e42f0ccbe6 (patch) | |
tree | df61d8f7c7bba712ea269cb5b037cd13d613fe43 /fs/ext4/super.c | |
parent | ext4: fix a race in the ext4 shutdown path (diff) | |
download | linux-f69120ce6c024aa634a8fc25787205e42f0ccbe6.tar.xz linux-f69120ce6c024aa634a8fc25787205e42f0ccbe6.zip |
jbd2: fix sphinx kernel-doc build warnings
Sphinx emits various (26) warnings when building make target 'htmldocs'.
Currently struct definitions contain duplicate documentation, some as
kernel-docs and some as standard c89 comments. We can reduce
duplication while cleaning up the kernel docs.
Move all kernel-docs to right above each struct member. Use the set of
all existing comments (kernel-doc and c89). Add documentation for
missing struct members and function arguments.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@vger.kernel.org
Diffstat (limited to 'fs/ext4/super.c')
0 files changed, 0 insertions, 0 deletions