Re: [PATCH] fs: btrfs: Fix typo in error message

2020-10-22 Thread Tom Rini
On Mon, Oct 12, 2020 at 06:35:33PM +0900, Naoki Hayama wrote: > %s/occured/occurred/ > > Signed-off-by: Naoki Hayama > Reviewed-by: Marek Behún > Reviewed-by: Qu Wenruo Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] fs: btrfs: Fix typo in error message

2020-10-12 Thread Naoki Hayama
Dear Qu, On 2020/10/12 20:03, Qu Wenruo wrote: > > > On 2020/10/12 下午5:35, Naoki Hayama wrote: >> %s/occured/occurred/ >> >> Signed-off-by: Naoki Hayama > > I'm definitely not the best guy to review, but this still looks good to me. > > Reviewed-by: Qu Wenruo > > BTW, if you're still lookin

Re: [PATCH] fs: btrfs: Fix typo in error message

2020-10-12 Thread Qu Wenruo
On 2020/10/12 下午5:35, Naoki Hayama wrote: > %s/occured/occurred/ > > Signed-off-by: Naoki Hayama I'm definitely not the best guy to review, but this still looks good to me. Reviewed-by: Qu Wenruo BTW, if you're still looking into the spell problems, it would be better to put all of the typ

Re: [PATCH] fs: btrfs: Fix typo in error message

2020-10-12 Thread Marek Behún
Reviewed-by: Marek Behún

[PATCH] fs: btrfs: Fix typo in error message

2020-10-12 Thread Naoki Hayama
%s/occured/occurred/ Signed-off-by: Naoki Hayama --- fs/btrfs/btrfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/btrfs.c b/fs/btrfs/btrfs.c index cbf9dcffeb..e48972ffa2 100644 --- a/fs/btrfs/btrfs.c +++ b/fs/btrfs/btrfs.c @@ -150,7 +150,7 @@ int btrfs_ls(co