diff options
author | Josh Triplett <josh@kernel.org> | 2007-05-08 00:33:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:15:17 -0700 |
commit | ade5fb818fb1861fd5f84619c761920ade762b5d (patch) | |
tree | e82613433ced07fea20f974586919b11864e2bbc /fs/utimes.c | |
parent | c8e5b163101c5d716f08e90b686da620baa022f1 (diff) | |
download | linux-ade5fb818fb1861fd5f84619c761920ade762b5d.tar.bz2 |
rcutorture: Remove redundant assignment to cur_ops in for loop
The for loop in rcutorture_init uses the condition
cur_ops = torture_ops[i], cur_ops
but then makes the same assignment to cur_ops inside the loop. Remove the
redundant assignment inside the loop, and remove now-unnecessary braces.
Signed-off-by: Josh Triplett <josh@kernel.org>
Cc: "Paul E. McKenney" <paulmck@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/utimes.c')
0 files changed, 0 insertions, 0 deletions