浏览代码

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>
Walt Feasel 8 年之前
父节点
当前提交
cf99b3573d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/staging/xgifb/vb_setmode.c

+ 2 - 2
drivers/staging/xgifb/vb_setmode.c

@@ -4993,8 +4993,8 @@ reg_and_or:
 				tempah |= 0x40;
 				tempah |= 0x40;
 		}
 		}
 
 
-		if ((pVBInfo->LCDResInfo == Panel_1280x1024)
-				|| (pVBInfo->LCDResInfo == Panel_1280x1024x75))
+		if ((pVBInfo->LCDResInfo == Panel_1280x1024) ||
+		    (pVBInfo->LCDResInfo == Panel_1280x1024x75))
 			tempah |= 0x80;
 			tempah |= 0x80;
 
 
 		if (pVBInfo->LCDResInfo == Panel_1280x960)
 		if (pVBInfo->LCDResInfo == Panel_1280x960)