Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f1c93
)
resize2fs: add missing EOL to error message
author
Jan Kara
<jack@suse.cz>
Tue, 19 Jun 2018 14:43:48 +0000
(10:43 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 19 Jun 2018 14:44:55 +0000
(10:44 -0400)
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
resize/resize2fs.c
patch
|
blob
|
history
diff --git
a/resize/resize2fs.c
b/resize/resize2fs.c
index
0bd325b
..
7afc134
100644
(file)
--- a/
resize/resize2fs.c
+++ b/
resize/resize2fs.c
@@
-756,7
+756,7
@@
retry:
*/
new_inodes =(unsigned long long) fs->super->s_inodes_per_group * fs->group_desc_count;
if (new_inodes > ~0U) {
- fprintf(stderr, _("inodes (%llu) must be less than %u"),
+ fprintf(stderr, _("inodes (%llu) must be less than %u
\n
"),
new_inodes, ~0U);
return EXT2_ET_TOO_MANY_INODES;
}