Re: [PATCH] btrfs: Fixed a brace coding style issue

2021-02-24 Thread David Sterba
On Mon, Feb 15, 2021 at 08:38:20PM +0530, Maheep Kumar Kathuria wrote: > Fixed a coding style issue in thresh_exec_hook() > > Signed-off-by: Maheep Kumar Kathuria > --- > fs/btrfs/async-thread.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/fs/btrfs/async-thread.c b

[PATCH] btrfs: Fixed a brace coding style issue

2021-02-15 Thread Maheep Kumar Kathuria
Fixed a coding style issue in thresh_exec_hook() Signed-off-by: Maheep Kumar Kathuria --- fs/btrfs/async-thread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 309516e6a968..38abeff7af69 100644 --- a/fs/btrfs/async-t