lkml.org 
[lkml]   [2017]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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.

\
 
 \ /
  Last update: 2017-07-27 12:10    [W:0.251 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site