[PATCH] btrfs: async-thread: Fixed a brace coding style issue

2016-02-20 Thread Simon Quigley
Braces aren't needed if it's only a single-line statement. checkpatch.pl confirmed this. This is now fixed. Signed-off-by: Simon Quigley --- fs/btrfs/async-thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 5fb

[PATCH] btrfs: async-thread: Fixed a brace coding style issue

2016-02-20 Thread Simon Quigley
Braces aren't needed if it's only a single-line statement. checkpatch.pl confirmed this. This is now fixed. Signed-off-by: Simon Quigley --- fs/btrfs/async-thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 5fb