From: Walt Feasel Date: Fri, 18 Nov 2016 00:12:50 +0000 (-0500) Subject: staging: xgifb: vb_setmode.c Space around operator X-Git-Tag: v4.10-rc1~148^2~179 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ad1698aab1fcb3542465c1a18ae017ea4a73c62a;p=karo-tx-linux.git staging: xgifb: vb_setmode.c Space around operator Make suggested checkpatch modificationfor CHECK: spaces preferred around that '+' Signed-off-by: Walt Feasel Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c index 7383100fed08..480d94acdb68 100644 --- a/drivers/staging/xgifb/vb_setmode.c +++ b/drivers/staging/xgifb/vb_setmode.c @@ -73,7 +73,7 @@ static void XGI_SetSeqRegs(struct vb_device_info *pVBInfo) /* Get SR1,2,3,4 from file */ /* SR1 is with screen off 0x20 */ SRdata = XGI330_StandTable.SR[i]; - xgifb_reg_set(pVBInfo->P3c4, i+1, SRdata); /* Set SR 1 2 3 4 */ + xgifb_reg_set(pVBInfo->P3c4, i + 1, SRdata); /* Set SR 1 2 3 4 */ } }