commit | 1206d028b2c8f159506e0efd6dad66aca82e8de8 | [log] [tgz] |
---|---|---|
author | Shuning Zhang <sunny.s.zhang@oracle.com> | Wed Mar 06 09:47:35 2019 +0800 |
committer | Jan Kara <jack@suse.cz> | Tue Mar 26 11:21:23 2019 +0100 |
tree | 33a5967f86bf23ad871f1307f0ecabcf57b37ddf | |
parent | a768a9abc625d554f7b6428517089c193fcb5962 [diff] |
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>