staging: xgifb: vb_setmode.c Logical continuation
authorWalt Feasel <waltfeasel@gmail.com>
Fri, 18 Nov 2016 00:12:53 +0000 (19:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Nov 2016 13:17:51 +0000 (14:17 +0100)
Make suggested checkpatch modification for
CHECK: Logical continuations should be on the
previous line

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_setmode.c

index 2d430c3..61ab40b 100644 (file)
@@ -4993,8 +4993,8 @@ reg_and_or:
                                tempah |= 0x40;
                }
 
-               if ((pVBInfo->LCDResInfo == Panel_1280x1024)
-                               || (pVBInfo->LCDResInfo == Panel_1280x1024x75))
+               if ((pVBInfo->LCDResInfo == Panel_1280x1024) ||
+                   (pVBInfo->LCDResInfo == Panel_1280x1024x75))
                        tempah |= 0x80;
 
                if (pVBInfo->LCDResInfo == Panel_1280x960)