]> git.ipfire.org Git - people/ms/linux.git/commit - fs/ext2/inode.c
ext2: Adjust the comment of function ext2_alloc_branch
authorShuning Zhang <sunny.s.zhang@oracle.com>
Wed, 6 Mar 2019 01:47:35 +0000 (09:47 +0800)
committerJan Kara <jack@suse.cz>
Tue, 26 Mar 2019 10:21:23 +0000 (11:21 +0100)
commit1206d028b2c8f159506e0efd6dad66aca82e8de8
tree33a5967f86bf23ad871f1307f0ecabcf57b37ddf
parenta768a9abc625d554f7b6428517089c193fcb5962
ext2: Adjust the comment of function ext2_alloc_branch

The name of argument is error in the header comment.
@num should be @indirect_blks.
At the same time, there was a lack of description of the two parameters
@blks and @goal.
This commit therefore fixes this header comment.

Signed-off-by: Shuning Zhang <sunny.s.zhang@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/inode.c