2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 03:33:58 +08:00
linux-next/drivers/staging/xgifb
Manoj Sawai 22171e328f Staging: xgifb: vb_setmode.c: Fix checkpath warnings
Fix the following checkpatch.pl warnings:

1: Avoid multiple line dereference - prefer
   'XGI330_RefIndex[RefreshRateTableIndex+i].ModeID'

2: Avoid multiple line dereference - prefer
   'XGI330_RefIndex[RefreshRateTableIndex+(*i)].Ext_InfoFlag'

Signed-off-by: Manoj Sawai <mas@iitkgp.ac.in>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-06 09:17:08 +01:00
..
Kconfig
Makefile staging/xgifb: Move register helper functions to header 2015-07-14 19:55:31 -07:00
TODO
vb_def.h staging: xgifb: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
vb_init.c staging: xgifb: This patch removes the unnecessary return statement using spatch 2017-01-03 16:50:37 +01:00
vb_init.h staging: xgifb: function prototype argument should also have an identifier name 2017-03-06 09:16:59 +01:00
vb_setmode.c Staging: xgifb: vb_setmode.c: Fix checkpath warnings 2017-03-06 09:17:08 +01:00
vb_setmode.h staging:xgifb:vb_setmode.h: Add missing identifier names 2017-02-12 13:55:28 -08:00
vb_struct.h staging: xgifb: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
vb_table.h staging: xgifb: vb_table.h Preferred space around 2016-11-16 08:23:23 +01:00
vb_util.h staging: xgifb: vb_util.h Space after cast 2016-11-19 14:17:51 +01:00
vgatypes.h drivers: staging: xgifb: vgatypes.h: fixed coding style warnings 2016-02-07 20:14:12 -08:00
XGI_main_26.c staging: xgifb: add braces around if-statements 2017-03-06 09:16:59 +01:00
XGI_main.h staging: xgifb: XGI_main.h Align data columns 2016-11-19 14:17:51 +01:00
XGIfb.h