Re: [PATCH v2] staging: vboxvideo: Remove unnecessary parentheses
From: Greg Kroah-Hartman
Date: Tue Oct 30 2018 - 05:25:16 EST
On Tue, Oct 23, 2018 at 02:43:04PM -0300, Shayenne da Luz Moura wrote:
> 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@xxxxxxxxx>
> Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx>
> ---
> Changes in v2:
> - Make the commit message more clearer.
This patch does not apply to the latest kernel tree at all :(
Please fix up and resend.
thanks,
greg k-h