diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2015-11-09 23:58:00 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-10 00:11:24 +0100 |
commit | dbce03b9e3e61e122451a7aa4e6900d5f0bb5993 (patch) | |
tree | 67a50981901d8a9b8837e0a7ff0d427fce049c38 /init | |
parent | fs/inode.c: fix kernel-doc warning (diff) | |
download | linux-dbce03b9e3e61e122451a7aa4e6900d5f0bb5993.tar.xz linux-dbce03b9e3e61e122451a7aa4e6900d5f0bb5993.zip |
fs/writeback.c: fix kernel-doc warnings
Fix kernel-doc warnings in fs/fs-writeback.c by moving a #define macro to
after the function's opening brace. Also #undef this macro at the end of
the function.
../fs/fs-writeback.c:1984: warning: Excess function parameter 'inode' description in 'I_DIRTY_INODE'
../fs/fs-writeback.c:1984: warning: Excess function parameter 'flags' description in 'I_DIRTY_INODE'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions