OSDN Git Service

staging: vboxvideo: Remove unnecessary parentheses
authorShayenne da Luz Moura <shayenneluzmoura@gmail.com>
Wed, 31 Oct 2018 15:03:26 +0000 (12:03 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Nov 2018 13:53:58 +0000 (14:53 +0100)
commitdff94010b3ac20be7d74b2a965efeb5da1d2287c
treeb564e528dddbd84ee55d2d9949075daeaf19c899
parent459b678571e9e0259eb230e5f0b773fc78b974a6
staging: vboxvideo: Remove unnecessary parentheses

Remove unneeded parentheses around the arguments of ||. This reduces
clutter and code behave in the same way.
Change suggested by checkpatch.pl.

vbox_main.c:119: CHECK: Unnecessary parentheses around 'rects[i].x2 <
crtc->x'

Signed-off-by: Shayenne da Luz Moura <shayenneluzmoura@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/vbox_main.c