Commit 2122da26 authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds

fs/logfs/readwrite.c: kernel-doc warning fixes

s/-/:/ and fix variable names.
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Cc: Joern Engel <joern@logfs.org>
Cc: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1332429b
...@@ -1019,11 +1019,11 @@ static int __logfs_is_valid_block(struct inode *inode, u64 bix, u64 ofs) ...@@ -1019,11 +1019,11 @@ static int __logfs_is_valid_block(struct inode *inode, u64 bix, u64 ofs)
/** /**
* logfs_is_valid_block - check whether this block is still valid * logfs_is_valid_block - check whether this block is still valid
* *
* @sb - superblock * @sb: superblock
* @ofs - block physical offset * @ofs: block physical offset
* @ino - block inode number * @ino: block inode number
* @bix - block index * @bix: block index
* @level - block level * @gc_level: block level
* *
* Returns 0 if the block is invalid, 1 if it is valid and 2 if it will * Returns 0 if the block is invalid, 1 if it is valid and 2 if it will
* become invalid once the journal is written. * become invalid once the journal is written.
...@@ -2226,10 +2226,9 @@ void btree_write_block(struct logfs_block *block) ...@@ -2226,10 +2226,9 @@ void btree_write_block(struct logfs_block *block)
* *
* @inode: parent inode (ifile or directory) * @inode: parent inode (ifile or directory)
* @buf: object to write (inode or dentry) * @buf: object to write (inode or dentry)
* @n: object size * @count: object size
* @_pos: object number (file position in blocks/objects) * @bix: block index
* @flags: write flags * @flags: write flags
* @lock: 0 if write lock is already taken, 1 otherwise
* @shadow_tree: shadow below this inode * @shadow_tree: shadow below this inode
* *
* FIXME: All caller of this put a 200-300 byte variable on the stack, * FIXME: All caller of this put a 200-300 byte variable on the stack,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment