aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Staging: bcm: led_control.c: Outsourced adapter driver state handlingMatthias Beyer1-154/+171
2014-06-26Staging: bcm: led_control.c: Indentation/Whitespace/Line length cleanupMatthias Beyer1-59/+79
2014-06-20Staging: bcm: Qos.c: fix checkpatch errors: whitespacesMartin Gumbrecht1-19/+19
2014-06-20Staging: bcm: Qos.c: fix checkpatch errors: commentsMartin Gumbrecht1-37/+51
2014-06-20Staging: bcm: Queue.h: fix checkpatch errors: whitespacesMartin Gumbrecht1-16/+16
2014-06-20Staging: bcm: Queue.h: fix checkpatch errors: bracketsMartin Gumbrecht1-8/+6
2014-06-20Staging: bcm: Queue.h: fix checkpatch errors: commentsMartin Gumbrecht1-2/+2
2014-06-20Staging: bcm: Prototypes.h: fix checkpatch errors: whitespacesMartin Gumbrecht1-29/+29
2014-06-20Staging: bcm: Prototypes.h: fix checkpatch errors: blank linesMartin Gumbrecht1-21/+16
2014-06-19drivers/staging/bcm/Misc: style: removed void returnsRobin Schroer1-6/+0
2014-06-19drivers/staging/bcm/Misc: style: removed duplicate parenthesesRobin Schroer1-3/+3
2014-06-19drivers/staging/bcm/Misc: style: added blank lines after declarationsRobin Schroer1-0/+13
2014-06-19staging: bcm: Remove unnecessary parenthesesMasanari Iida1-1/+1
2014-06-19staging: bcm: nvm.c: Cleaning up a array that is filled incompletelyRickard Strandqvist1-2/+2
2014-06-19drivers/staging/bcm: Added a space after a comma.Chuong Ngo1-1/+1
2014-06-18staging: bcm: Remove redundant casting in Bcmchar.cSachin Kamat1-1/+1
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin3-10/+5
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches1-7/+7
2014-05-24Staging: bcm: Shortened prototype for GetNextTargetBufferLocation()Matthias Beyer1-1/+2
2014-05-24Staging: bcm: Shortened lines in SearchClsid()Matthias Beyer1-2/+5
2014-05-24Staging: bcm: Shortened lines in deleteSFBySfid()Matthias Beyer1-2/+4
2014-05-24Staging: bcm: Shortened lines in CopyIpAddrToClassifier()Matthias Beyer1-20/+52
2014-05-24Staging: bcm: Replaced member accessing by variableMatthias Beyer1-18/+25
2014-05-24Staging: bcm: Shortened lines and replaced member accessing in CopyIpAddrToClassifier()Matthias Beyer1-6/+10
2014-05-24Staging: bcm: Shortened lines in CopyClassifierRuleToSF()Matthias Beyer1-39/+89
2014-05-24Staging: bcm: Replaced member accessing with variableMatthias Beyer1-37/+40
2014-05-24Staging: bcm: Shortened lines in DeleteClassifierRuleFromSF()Matthias Beyer1-4/+8
2014-05-24Staging: bcm: Shortened line in DeleteAllClassifiersForSF()Matthias Beyer1-2/+4
2014-05-24Staging: bcm: Shortened lines in CopyToAdapter()Matthias Beyer1-27/+70
2014-05-24Staging: bcm: Replaced struct member accessing with variableMatthias Beyer1-47/+49
2014-05-24Staging: bcm: Outsourced PHS rule applyingMatthias Beyer1-71/+99
2014-05-24Staging: bcm: Shortened some lines in DumpCmControlPacker()Matthias Beyer1-28/+78
2014-05-24Staging: bcm: Replaced long member-accessingMatthias Beyer1-52/+55
2014-05-24Staging: bcm: Shortened lines in RestoreSFParam()Matthias Beyer1-3/+5
2014-05-24Staging: bcm: Shortened lines in StoreSFParam()Matthias Beyer1-2/+4
2014-05-24Staging: bcm: Shortened lines in StoreCmControlResponseMessage()Matthias Beyer1-10/+23
2014-05-24Staging: bcm: Shortened lines in RestoreCmControlResponseMessage()Matthias Beyer1-29/+73
2014-05-24Staging: bcm: Shortened lines in SetupTargetDsxBuffers()Matthias Beyer1-9/+22
2014-05-24Staging: bcm: Shortenend lines in GetNextTargetBufferLocation()Matthias Beyer1-4/+10
2014-05-24Staging: bcm: Shortened lineMatthias Beyer1-1/+2
2014-05-24Staging: bcm: Simplified by using variablesMatthias Beyer1-4/+7
2014-05-24Staging: bcm: Outsourced restoring of endianess for ip adressesMatthias Beyer1-9/+23
2014-05-24Staging: bcm: Shortened lines in get_dsx_sf_data_to_application()Matthias Beyer1-7/+14
2014-05-24Staging: bcm: Shortened lines in OverrideServiceFlowParams()Matthias Beyer1-7/+18
2014-05-24Staging: bcm: Shortened code by using variableMatthias Beyer1-7/+10
2014-05-23staging: bcm: fix lines over 80 charactersGreg DeAngelis1-6/+13
2014-05-23Staging: bcm: Indentation fixes in Bcmchar.cMatthias Beyer1-103/+115
2014-05-23Staging: bcm: Outsourced IsFlash2x() handlingMatthias Beyer1-43/+55
2014-05-23Staging: bcm: Outsourced cmd handling to functionMatthias Beyer1-28/+42
2014-05-23Staging: bcm: Fixed line lengthsMatthias Beyer1-26/+50