[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <BC2FE0A9-96FF-400D-820D-B1CF00E9315A@dilger.ca>
Date: Sun, 3 Jun 2018 22:22:36 -0600
From: Andreas Dilger <adilger@...ger.ca>
To: Jan Kara <jack@...e.cz>
Cc: Ted Tso <tytso@....edu>, linux-ext4@...r.kernel.org
Subject: Re: [PATCH 03/10] resize2fs: Add missing EOL to error message
On May 30, 2018, at 6:51 AM, Jan Kara <jack@...e.cz> wrote:
>
> Signed-off-by: Jan Kara <jack@...e.cz>
Reviewed-by: Andreas Dilger <adilger@...ger.ca>
> ---
> 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
Download attachment "signature.asc" of type "application/pgp-signature" (874 bytes)
Powered by blists - more mailing lists