summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
Commit message (Expand)AuthorAgeFilesLines
* Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errorsYash Shah2015-08-144-14/+14
* staging: sm750fb: simplify returnSudip Mukherjee2015-08-071-5/+1
* staging: sm750fb: rearrange codeSudip Mukherjee2015-08-071-14/+13
* staging: sm750fb: fix multiline commentSudip Mukherjee2015-08-071-24/+39
* staging: sm750fb: space around operatorSudip Mukherjee2015-08-071-13/+17
* staging: sm750fb: remove multiple blank lineSudip Mukherjee2015-08-071-26/+0
* staging: sm750fb: ddk750_power.c: Split lines over 80 characters.Antoine BLIN2015-07-221-6/+11
* staging: sm750fb: removed extra parenthesesAaron Ouellette2015-07-221-1/+1
* staging: sm750fb: add missing blank line after declarationsJuston Li2015-07-149-0/+19
* staging: sm750fb: remove unnecessary bracesJuston Li2015-07-142-10/+5
* staging: sm750fb: move while to follow do close braceJuston Li2015-07-141-8/+4
* staging: sm750fb: fix brace placementJuston Li2015-07-1413-148/+71
* staging: sm750fb: remove unnecessary whitespaceJuston Li2015-07-142-4/+4
* staging: sm750fb: remove trailing whitespaceJuston Li2015-07-142-3/+3
* staging: sm750fb: add space after semicolonJuston Li2015-07-142-7/+7
* staging: sm750fb: add spaces around operatorsJuston Li2015-07-146-12/+12
* staging: sm750fb: consistent spacing around operatorsJuston Li2015-07-143-5/+5
* staging: sm750fb: add space after return typeJuston Li2015-07-141-6/+6
* staging: sm750fb: add space after struct definitionJuston Li2015-07-142-9/+9
* staging: sm750fb: add space after enum definitionJuston Li2015-07-142-5/+5
* staging: sm750fb: add space after close braceJuston Li2015-07-145-8/+8
* staging: sm750fb: add space before open braceJuston Li2015-07-145-23/+23
* staging: sm750fb: remove space between function name and parenthesisJuston Li2015-07-141-4/+4
* staging: sm750fb: add space before open parenthesisJuston Li2015-07-148-42/+42
* staging: sm750fb: remove space before close parenthesisJuston Li2015-07-143-3/+3
* staging: sm750fb: remove spacing after open parenthesisJuston Li2015-07-143-8/+8
* staging: sm750fb: use tabs for indentationJuston Li2015-07-1417-881/+881
* Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issueAnders Fridlund2015-07-141-2/+1
* staging: sm750fb: coding style global ERROR fixesVinay Simha BN2015-07-142-6/+6
* staging: sm750fb: add required spaces around C operatorsAnatoly Stepanov2015-07-141-6/+6
* staging: sm750fb: fix open brace in function declarationAnatoly Stepanov2015-07-141-1/+2
* staging: sm750fb: remove assignment from if conditionAnatoly Stepanov2015-07-141-3/+4
* staging: sm750fb: fix 'switch and case' indentationAnatoly Stepanov2015-07-141-86/+86
* staging: sm750fb: fix indentation in 'else' statementsAnatoly Stepanov2015-07-141-8/+8
* staging: sm750fb: put open brace on the previous lineAnatoly Stepanov2015-07-141-16/+8
* staging: sm750fb: fix indentation of pointer operatorAnatoly Stepanov2015-07-141-13/+13
* staging: sm750fb: insert space before open parenthesisAnatoly Stepanov2015-07-141-31/+31
* staging: sm750fb: insert space between ')' and '{'Anatoly Stepanov2015-07-141-20/+20
* staging: sm750fb: remove trailing whitespacesAnatoly Stepanov2015-07-141-13/+12
* staging: sm750fb: replace spaces with tabsAnatoly Stepanov2015-07-141-35/+35
* staging: sm750fb: remove redundant __func__ in debug statementHari Prasath Gujulan Elango2015-07-141-1/+1
* Staging: sm750fb: ddk750_swi2c.c: Insert spaces before parenthesisIsaac Assegai2015-06-181-6/+6
* Staging: sm750fb: ddk750_swi2c.c: Place braces on correct linesIsaac Assegai2015-06-181-22/+10
* Staging: sm750fb: ddk750_swi2c.c: Insert spaces around operatorsIsaac Assegai2015-06-181-7/+7
* Staging: sm750fb: ddk750_swi2c.c: Replace spaces with tabsIsaac Assegai2015-06-181-229/+229
* Staging: sm750fb: ddk750_swi2c.h: Shorten lines to under 80 charactersIsaac Assegai2015-06-181-2/+2
* Staging: sm750fb: ddk750_swi2c.h: Replace spaces with tabsIsaac Assegai2015-06-181-7/+7
* Staging: sm750fb: modedb.h: Shorten lines to under 80 charactersIsaac Assegai2015-06-181-12/+24
* Staging: sm750fb: modedb.h: Replace spaces with tabsIsaac Assegai2015-06-181-217/+217
* drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald2015-06-1811-55/+55