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