commit | ef1bea9e2a5a72d2c3362522e0a09099406732ff | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Sat Feb 11 17:56:04 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Feb 11 21:41:13 2006 -0800 |
tree | 3d953b0f2f4c97a44dec193092660cd33cacc1d3 | |
parent | 0defa3c19e7792001df09d6fa5ab461d3599ff6d [diff] |
[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 <eparis@redhat.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>