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


Groups > linux.kernel > #1697864

Re: [PATCH] btrfs: Remove extra parentheses from condition in copy_items()

From Christoph Hellwig <hch@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH] btrfs: Remove extra parentheses from condition in copy_items()
Date 2017-07-27 12:10 +0200
Message-ID <u7NTZ-4MU-17@gated-at.bofh.it> (permalink)
References <u7BpL-583-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> -		if ((i == (nr - 1)))
> +		if (i == (nr - 1))

Please remove the other set of redundant parentheses as well if you
change that line.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] btrfs: Remove extra parentheses from condition in copy_items() Matthias Kaehlcke <mka@chromium.org> - 2017-07-26 22:50 +0200
  Re: [PATCH] btrfs: Remove extra parentheses from condition in  copy_items() Christoph Hellwig <hch@infradead.org> - 2017-07-27 12:10 +0200

csiph-web