Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp84638pxb; Wed, 24 Feb 2021 19:11:37 -0800 (PST) X-Google-Smtp-Source: ABdhPJw014iMyJWamvwMIS9j2bqEYTRY90ZD6xhXjRSIJXRxyigBRdDVKfn0Zsa700+y5hIGNft+ X-Received: by 2002:a17:906:c9c2:: with SMTP id hk2mr703122ejb.244.1614222697699; Wed, 24 Feb 2021 19:11:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614222697; cv=none; d=google.com; s=arc-20160816; b=yO46TCnzgAM0AebAx/jpupsK1+AC+91OrH6uERqEw2lCfnWyn32Rlh0xhAbthnEfaU ceBhxCS1nz2CkaWoNYA9+9739iBFBSvX0Ud+K3LnhJP+WJ2b4CAHJf2PYJqU7GAgnoEX tEANo1voFc3Bxxz++ACezWVG6QmrSgMpRafAcdresfezsjxY834+6Z/YCdVVpiVj3O9q AJfhsjdACqwUnn/IDkKyUgd+2XJHSQFFznZri0uzGsg5f8VhzAJBYSq019GvZhQ80yYH S0aM1WEmy2/GPJ+ylkfX8AA13BDraXQZt5nCKmZR1KBgWqQu7PkTl2aff8HHMY/oLVbb Gevg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:mail-followup-to:reply-to:message-id :subject:cc:to:from:date; bh=oem9c+lHbMewbQvoffhQFXB8pPA84We6uxhkXJ+Tgxg=; b=nwXGWJwmkIRGnDkQfvA0LB7iOAklS9aY0EdWDsyQM+yN9JeYVOfJrnhJz7s+DdMUN+ 5h/R2q/dVrsp+wXhZk+bkCRzpE/3HJL5FnvQg/tEnBfwmmM24NAAfhb3chOfrPUTkF0m bExmQzh4EOAObBFomQtnVQLppWyNZmC9HNcDJ2nnpi66MNRZjBGtM/Zu0TuE5oWi0o6G 3aLh6hr2sEcxPKIhZ/LsgN4ejA2p8gaVe0swJzOpNYflkRlUAUFDMtcSgPJS4/7TQc4R AOVpMjeVp1ci9+wEKTvNn2iF1gEQuFKBtvAvm3at+xwm4bd2AiqUWuTYWecl6tc2tgu6 MFKg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hr15si2561784ejc.287.2021.02.24.19.11.14; Wed, 24 Feb 2021 19:11:37 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235890AbhBXTQb (ORCPT + 99 others); Wed, 24 Feb 2021 14:16:31 -0500 Received: from mx2.suse.de ([195.135.220.15]:33216 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234927AbhBXTQV (ORCPT ); Wed, 24 Feb 2021 14:16:21 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id D7EC7AB95; Wed, 24 Feb 2021 19:15:37 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 08C5CDA734; Wed, 24 Feb 2021 20:13:37 +0100 (CET) Date: Wed, 24 Feb 2021 20:13:37 +0100 From: David Sterba To: Maheep Kumar Kathuria Cc: clm@fb.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] btrfs: Fixed a brace coding style issue Message-ID: <20210224191337.GB1993@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Maheep Kumar Kathuria , clm@fb.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210215150820.83069-1-me@maheepk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210215150820.83069-1-me@maheepk.net> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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/fs/btrfs/async-thread.c > index 309516e6a968..38abeff7af69 100644 > --- a/fs/btrfs/async-thread.c > +++ b/fs/btrfs/async-thread.c > @@ -212,9 +212,8 @@ 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); > - } This is really a trivial change, have you checked if there are more? Fixing them in a larger batch would be better than one by one.