linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: check: typo in an error message: "boudnary"
@ 2020-03-27  0:55 Adam Borowski
  2020-03-27  1:04 ` Marcos Paulo de Souza
  2020-03-27 15:17 ` David Sterba
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Borowski @ 2020-03-27  0:55 UTC (permalink / raw)
  To: David Sterba, linux-btrfs; +Cc: Adam Borowski

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;
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] btrfs-progs: check: typo in an error message: "boudnary"
  2020-03-27  0:55 [PATCH] btrfs-progs: check: typo in an error message: "boudnary" Adam Borowski
@ 2020-03-27  1:04 ` Marcos Paulo de Souza
  2020-03-27 15:17 ` David Sterba
  1 sibling, 0 replies; 3+ messages in thread
From: Marcos Paulo de Souza @ 2020-03-27  1:04 UTC (permalink / raw)
  To: Adam Borowski; +Cc: David Sterba, linux-btrfs

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] btrfs-progs: check: typo in an error message: "boudnary"
  2020-03-27  0:55 [PATCH] btrfs-progs: check: typo in an error message: "boudnary" Adam Borowski
  2020-03-27  1:04 ` Marcos Paulo de Souza
@ 2020-03-27 15:17 ` David Sterba
  1 sibling, 0 replies; 3+ messages in thread
From: David Sterba @ 2020-03-27 15:17 UTC (permalink / raw)
  To: Adam Borowski; +Cc: David Sterba, linux-btrfs

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-27 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27  0:55 [PATCH] btrfs-progs: check: typo in an error message: "boudnary" Adam Borowski
2020-03-27  1:04 ` Marcos Paulo de Souza
2020-03-27 15:17 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).