Message ID | 20200327005505.126534-1-kilobyte@angband.pl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs-progs: check: typo in an error message: "boudnary" | expand |
On Fri, Mar 27, 2020 at 01:55:05AM +0100, Adam Borowski wrote: > Signed-off-by: Adam Borowski <kilobyte@angband.pl> > --- > check/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/check/main.c b/check/main.c > index 4115049a..484b0729 100644 > --- a/check/main.c > +++ b/check/main.c > @@ -8640,7 +8640,7 @@ static int check_dev_extents(struct btrfs_fs_info *fs_info) > } > if (physical_offset + physical_len > dev->total_bytes) { > error( > -"dev extent devid %llu physical offset %llu len %llu is beyond device boudnary %llu", > +"dev extent devid %llu physical offset %llu len %llu is beyond device boundary %llu", > devid, physical_offset, physical_len, > dev->total_bytes); > ret = -EUCLEAN; LGTM, Reviewed-by: Marcos Paulo de Souza <mpdesouza@suse.com> > -- > 2.26.0 >
On Fri, Mar 27, 2020 at 01:55:05AM +0100, Adam Borowski wrote:
> Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Added to devel, thanks.
diff --git a/check/main.c b/check/main.c index 4115049a..484b0729 100644 --- a/check/main.c +++ b/check/main.c @@ -8640,7 +8640,7 @@ static int check_dev_extents(struct btrfs_fs_info *fs_info) } if (physical_offset + physical_len > dev->total_bytes) { error( -"dev extent devid %llu physical offset %llu len %llu is beyond device boudnary %llu", +"dev extent devid %llu physical offset %llu len %llu is beyond device boundary %llu", devid, physical_offset, physical_len, dev->total_bytes); ret = -EUCLEAN;
Signed-off-by: Adam Borowski <kilobyte@angband.pl> --- check/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)