aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_setmode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16staging: xgifb: vb_setmode: brace style fixesKenny Ballou1-8/+15
2018-01-16staging: xgifb: vb_setmode: fix long line warningsKenny Ballou1-21/+37
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-3/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-22staging: xgifb: make const array static to shink object code sizeColin Ian King1-1/+1
2017-09-18staging: xgifb: fix multiple line dereferenceAastha Gupta1-2/+3
2017-03-06Staging: xgifb: vb_setmode.c: Fix checkpath warningsManoj Sawai1-4/+2
2017-03-06Staging: xgifb: vb_setmode.c: Fix checkpath warningManoj Sawai1-4/+2
2016-11-19staging: xgifb: vb_setmode.c Align match parenthesisWalt Feasel1-158/+141
2016-11-19staging: xgifb: vb_setmode.c Logical continuationWalt Feasel1-2/+2
2016-11-19staging: xgifb: vb_setmode.c Space after castWalt Feasel1-70/+69
2016-11-19staging: xgifb: vb_setmode.c Braces single statement blocksWalt Feasel1-4/+2
2016-11-19staging: xgifb: vb_setmode.c Space around operatorWalt Feasel1-1/+1
2016-11-19staging: xgifb: vb_setmode.c Comment style modificationsWalt Feasel1-117/+117
2016-11-19staging: xgifb: vb_setmode.c Comment Spelling correctionWalt Feasel1-2/+2
2016-10-24staging: xgifb: Remove unnecessary parentheses.Elise Lennion1-8/+8
2016-10-17staging: xgifb: Compress return logic into one line.Elise Lennion1-6/+3
2016-09-16staging: xgifb: fix alignment for if argumentsGargi Sharma1-1/+1
2016-09-16staging: xgifb: remove blank line before closing braceGargi Sharma1-7/+0
2016-09-16staging: xgifb: add spaces around |Gargi Sharma1-1/+1
2016-09-16staging: xgifb: remove blank line after open braceGargi Sharma1-6/+0
2016-09-16staging: xgifb: remove unnecessary parenthesesGargi Sharma1-16/+16
2016-09-16staging: xgifb: move AND operator for logical continuationGargi Sharma1-4/+4
2016-03-30staging: xgifb: fix block commentsClifton Barnes1-1/+2
2016-03-29staging: xgifb: fix code indentClifton Barnes1-4/+4
2016-03-28staging: xgifb: remove extra braces from if stmt (single branch)Nicholas Sim1-4/+4
2016-03-28staging: xgifb: ensure braces on all arms of if stmtNicholas Sim1-1/+2
2016-03-11staging: xgifb: Avoid multiple blank linesRehas Sachdeva1-1/+0
2016-02-11staging: xgifb: Remove unneeded parenthesesJanani Ravichandran1-7/+7
2016-02-11Staging: xgifb: Remove unnecessary blank linesBhumika Goyal1-6/+0
2016-02-11Staging: xgifb: Remove space after type castBhumika Goyal1-11/+11
2015-05-31staging: xgifb: use swap() in XGI_WriteDAC()Fabian Frederick1-13/+6
2015-05-31Staging: xgifb: vb_setmode: Fixed spelling errorColin Cronin1-1/+1
2015-02-26staging: xgifb: rewrite the right hand side of an assignmentAya Mahfouz1-70/+70
2014-10-27staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye1-1/+1
2014-09-06staging: xgifb: remove unnecessary elseThomas Gummerer1-2/+1
2014-05-24Staging: xgifb: Fixed a code-style warningChaitanya Hazarey1-0/+1
2014-04-25staging: xgifb coding style cleanupVitor Braga1-0/+2
2013-10-30Staging: xgifb: fix braces {} are not necessary for any arm of this statementEbru Akagunduz1-3/+2
2013-10-07Staging: xgifb: braces {} are not necessary for single statement in vb_setmodeEbru Akagunduz1-4/+2
2013-07-23staging: xgifb: delete unused "pVBInfo" parametersAaro Koskinen1-15/+10
2013-07-23staging: xgifb: delete unused "RefreshRateTableIndex" parametersAaro Koskinen1-27/+17
2013-07-23staging: xgifb: delete unused "HwDeviceExtension" parametersAaro Koskinen1-54/+24
2013-07-23staging: xgifb: delete unused "ModeIdIndex" parametersAaro Koskinen1-23/+14
2013-07-23staging: xgifb: delete unused "ModeNo" parametersAaro Koskinen1-134/+107
2013-05-30staging: xgifb: vb_setmode: delete IF_DEF_CRT2Monitor checksAaro Koskinen1-14/+5
2013-05-30staging: xgifb: vb_setmode: delete IF_DEF_HiVision checksAaro Koskinen1-25/+14
2013-05-30staging: xgifb: vb_setmode: delete IF_DEF_YPbPr checksAaro Koskinen1-41/+26
2013-05-30staging: xgifb: delete redundant return statementsAaro Koskinen1-14/+1
2013-05-30staging: xgifb: XGI_DisableBridge(): delete redundant checksAaro Koskinen1-11/+4