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>
This commit is contained in:
parent
f2b839d478
commit
cf99b3573d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user