summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_setmode.c
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-17 19:12:53 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-19 14:17:51 +0100
commitcf99b3573d736cc063113bee2c10da1e91752c64 (patch)
tree45a0efd77f0cc887415667245d6b4180fe9bbad0 /drivers/staging/xgifb/vb_setmode.c
parentf2b839d47878fcfb7ae1ea00c073bf8d15f6124b (diff)
staging: xgifb: vb_setmode.c Logical continuation
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>
Diffstat (limited to 'drivers/staging/xgifb/vb_setmode.c')
-rw-r--r--drivers/staging/xgifb/vb_setmode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c
index 2d430c3f50ed..61ab40b52947 100644
--- a/drivers/staging/xgifb/vb_setmode.c
+++ b/drivers/staging/xgifb/vb_setmode.c
@@ -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)