summaryrefslogtreecommitdiff
path: root/mm/madvise.c
diff options
context:
space:
mode:
authorTina Johnson <tinajohnson.1234@gmail.com>2015-03-09 12:02:48 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-09 13:37:22 +0100
commit69e2b47fa082dffad06643c85be2d36f4ef6ab9c (patch)
tree193201c09e05c2cf44b349bcc71fc812384663b2 /mm/madvise.c
parentdce34aee0088fbe89c05cb8e1a21d5bed4fedc5b (diff)
drivers: staging: rtl8712: Removed unnecessary parentheses
Parentheses around the right side of an assignment statement are unnecessary and hence removed. Coccinelle was used to produce the patch: @rule1@ identifier x,y; constant c; @@ ( x = -( y << c -) ; | x = -( y >> c -) ; | x = -( y + c -) ; | x = -( y - c -) ; ) Signed-off-by: Tina Johnson <tinajohnson.1234@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/madvise.c')
0 files changed, 0 insertions, 0 deletions