Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Walt Feasel and committed by
Greg Kroah-Hartman
cf99b357 f2b839d4

+2 -2
+2 -2
drivers/staging/xgifb/vb_setmode.c
··· 4993 4993 tempah |= 0x40; 4994 4994 } 4995 4995 4996 - if ((pVBInfo->LCDResInfo == Panel_1280x1024) 4997 - || (pVBInfo->LCDResInfo == Panel_1280x1024x75)) 4996 + if ((pVBInfo->LCDResInfo == Panel_1280x1024) || 4997 + (pVBInfo->LCDResInfo == Panel_1280x1024x75)) 4998 4998 tempah |= 0x80; 4999 4999 5000 5000 if (pVBInfo->LCDResInfo == Panel_1280x960)