Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1338984

Re: [PATCH] Btrfs: async: fixed a brace coding style issue

From Simon Quigley <sqawesome99@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH] Btrfs: async: fixed a brace coding style issue
Date 2016-02-21 22:10 +0100
Message-ID <r4Jqq-3vP-25@gated-at.bofh.it> (permalink)
References <r4Jqq-3vP-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 02/21/2016 02:50 PM, Philippe Loctaux wrote:
> Fixed a coding style issue.
>
> Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com>
> ---
>   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 5fb60ea..7914dd2 100644
> --- a/fs/btrfs/async-thread.c
> +++ b/fs/btrfs/async-thread.c
> @@ -227,9 +227,9 @@ static inline void thresh_exec_hook(struct __btrfs_workqueue *wq)
>   out:
>   	spin_unlock(&wq->thres_lock);
>   
> -	if (need_change) {
> +	if (need_change)
>   		workqueue_set_max_active(wq->normal_wq, wq->current_active);
> -	}
> +
>   }
>   
>   static void run_ordered_work(struct __btrfs_workqueue *wq)
I thought I proposed this exact patch...hmm...

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] Btrfs: async: fixed a brace coding style issue Simon Quigley <sqawesome99@gmail.com> - 2016-02-21 22:10 +0100

csiph-web