From: Eric Paris Date: Sun, 12 Feb 2006 01:56:04 +0000 (-0800) Subject: [PATCH] s390: remove one set of brackets in __constant_test_bit() X-Git-Tag: v2.6.16-rc3~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1bea9e2a5a72d2c3362522e0a09099406732ff;p=pandora-kernel.git [PATCH] s390: remove one set of brackets in __constant_test_bit() Right now in __constant_test_bit for the s390 there is an extra set of () surrounding the calculation. This patch simply removes one set of () that is surrounding the whole clause. Signed-off-by: Eric Paris Signed-off-by: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed