From ade5fb818fb1861fd5f84619c761920ade762b5d Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Tue, 8 May 2007 00:33:22 -0700 Subject: [PATCH] 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 Cc: "Paul E. McKenney" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed