[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170727100945.GA5221@infradead.org>
Date: Thu, 27 Jul 2017 03:09:45 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Matthias Kaehlcke <mka@...omium.org>
Cc: Chris Mason <clm@...com>, Josef Bacik <jbacik@...com>,
David Sterba <dsterba@...e.com>, linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org, Doug Anderson <dianders@...omium.org>
Subject: Re: [PATCH] btrfs: Remove extra parentheses from condition in
copy_items()
> - if ((i == (nr - 1)))
> + if (i == (nr - 1))
Please remove the other set of redundant parentheses as well if you
change that line.
Powered by blists - more mailing lists