aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errorsYash Shah4-14/+14
2015-08-07staging: sm750fb: simplify returnSudip Mukherjee1-5/+1
2015-08-07staging: sm750fb: rearrange codeSudip Mukherjee1-14/+13
2015-08-07staging: sm750fb: fix multiline commentSudip Mukherjee1-24/+39
2015-08-07staging: sm750fb: space around operatorSudip Mukherjee1-13/+17
2015-08-07staging: sm750fb: remove multiple blank lineSudip Mukherjee1-26/+0
2015-07-22staging: sm750fb: ddk750_power.c: Split lines over 80 characters.Antoine BLIN1-6/+11
2015-07-22staging: sm750fb: removed extra parenthesesAaron Ouellette1-1/+1
2015-07-14staging: sm750fb: add missing blank line after declarationsJuston Li9-0/+19
2015-07-14staging: sm750fb: remove unnecessary bracesJuston Li2-10/+5
2015-07-14staging: sm750fb: move while to follow do close braceJuston Li1-8/+4
2015-07-14staging: sm750fb: fix brace placementJuston Li13-148/+71
2015-07-14staging: sm750fb: remove unnecessary whitespaceJuston Li2-4/+4
2015-07-14staging: sm750fb: remove trailing whitespaceJuston Li2-3/+3
2015-07-14staging: sm750fb: add space after semicolonJuston Li2-7/+7
2015-07-14staging: sm750fb: add spaces around operatorsJuston Li6-12/+12
2015-07-14staging: sm750fb: consistent spacing around operatorsJuston Li3-5/+5
2015-07-14staging: sm750fb: add space after return typeJuston Li1-6/+6
2015-07-14staging: sm750fb: add space after struct definitionJuston Li2-9/+9
2015-07-14staging: sm750fb: add space after enum definitionJuston Li2-5/+5
2015-07-14staging: sm750fb: add space after close braceJuston Li5-8/+8
2015-07-14staging: sm750fb: add space before open braceJuston Li5-23/+23
2015-07-14staging: sm750fb: remove space between function name and parenthesisJuston Li1-4/+4
2015-07-14staging: sm750fb: add space before open parenthesisJuston Li8-42/+42
2015-07-14staging: sm750fb: remove space before close parenthesisJuston Li3-3/+3
2015-07-14staging: sm750fb: remove spacing after open parenthesisJuston Li3-8/+8
2015-07-14staging: sm750fb: use tabs for indentationJuston Li17-881/+881
2015-07-14Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issueAnders Fridlund1-2/+1
2015-07-14staging: sm750fb: coding style global ERROR fixesVinay Simha BN2-6/+6
2015-07-14staging: sm750fb: add required spaces around C operatorsAnatoly Stepanov1-6/+6
2015-07-14staging: sm750fb: fix open brace in function declarationAnatoly Stepanov1-1/+2
2015-07-14staging: sm750fb: remove assignment from if conditionAnatoly Stepanov1-3/+4
2015-07-14staging: sm750fb: fix 'switch and case' indentationAnatoly Stepanov1-86/+86
2015-07-14staging: sm750fb: fix indentation in 'else' statementsAnatoly Stepanov1-8/+8
2015-07-14staging: sm750fb: put open brace on the previous lineAnatoly Stepanov1-16/+8
2015-07-14staging: sm750fb: fix indentation of pointer operatorAnatoly Stepanov1-13/+13
2015-07-14staging: sm750fb: insert space before open parenthesisAnatoly Stepanov1-31/+31
2015-07-14staging: sm750fb: insert space between ')' and '{'Anatoly Stepanov1-20/+20
2015-07-14staging: sm750fb: remove trailing whitespacesAnatoly Stepanov1-13/+12
2015-07-14staging: sm750fb: replace spaces with tabsAnatoly Stepanov1-35/+35
2015-07-14staging: sm750fb: remove redundant __func__ in debug statementHari Prasath Gujulan Elango1-1/+1
2015-06-18Staging: sm750fb: ddk750_swi2c.c: Insert spaces before parenthesisIsaac Assegai1-6/+6
2015-06-18Staging: sm750fb: ddk750_swi2c.c: Place braces on correct linesIsaac Assegai1-22/+10
2015-06-18Staging: sm750fb: ddk750_swi2c.c: Insert spaces around operatorsIsaac Assegai1-7/+7
2015-06-18Staging: sm750fb: ddk750_swi2c.c: Replace spaces with tabsIsaac Assegai1-229/+229
2015-06-18Staging: sm750fb: ddk750_swi2c.h: Shorten lines to under 80 charactersIsaac Assegai1-2/+2
2015-06-18Staging: sm750fb: ddk750_swi2c.h: Replace spaces with tabsIsaac Assegai1-7/+7
2015-06-18Staging: sm750fb: modedb.h: Shorten lines to under 80 charactersIsaac Assegai1-12/+24
2015-06-18Staging: sm750fb: modedb.h: Replace spaces with tabsIsaac Assegai1-217/+217
2015-06-18drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald11-55/+55