Re: [PATCH 03/10] resize2fs: Add missing EOL to error message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On May 30, 2018, at 6:51 AM, Jan Kara <jack@xxxxxxx> wrote:
> 
> Signed-off-by: Jan Kara <jack@xxxxxxx>

Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx>

> ---
> resize/resize2fs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/resize/resize2fs.c b/resize/resize2fs.c
> index 0bd325bae81d..7afc1342bc88 100644
> --- 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;
> 	}
> --
> 2.13.6
> 


Cheers, Andreas





Attachment: signature.asc
Description: Message signed with OpenPGP


[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux