summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
...
* Staging: bcm: Bcmchar.c: Renamed variable: "psFwInfo" -> "fw_info"Matthias Beyer2014-08-301-12/+12
* Staging: bcm: Bcmchar.c: Renamed variable: "ulSFId" -> "sf_id"Matthias Beyer2014-08-301-4/+4
* Staging: bcm: Bcmchar.c: Renamed variable: "pvBuffer" -> "buff"Matthias Beyer2014-08-301-14/+14
* Staging: bcm: Bcmchar.c: Renamed variable: "ucResetValue" -> "reset_val"Matthias Beyer2014-08-301-16/+16
* Staging: bcm: Bcmchar.c: Renamed variable: "Status" -> "status"Matthias Beyer2014-08-301-231/+231
* Staging: bcm: Bcmchar.c: Renamed variable: "ucRead" -> "read"Matthias Beyer2014-08-301-2/+2
* Staging: bcm: Bcmchar.c: Renamed variable: "uiBit" -> "bit"Matthias Beyer2014-08-301-2/+2
* Staging: bcm: Bcmchar.c: Renamed variable: "IoBuffer" -> "io_buff"Matthias Beyer2014-08-301-126/+126
* Staging: bcm: Bcmchar.c: Renamed variable: "threadReq" -> "thread_req"Matthias Beyer2014-08-301-4/+4
* Staging: bcm: Bcmchar.c: Renamed variable: "Adapter" -> "ad"Matthias Beyer2014-08-301-452/+452
* Staging: bcm: Bcmchar.c: Fixed debug outputMatthias Beyer2014-08-301-4/+4
* Staging: bmc: fix coding style warningRamesh Basukala2014-08-161-8/+11
* Staging: bcm: Bcmchar.c: Renamed variable "uiOperation" -> "operation"Matthias Beyer2014-08-161-3/+3
* Staging: bcm: Bcmchar.c: Renamed variable "uiBit" -> "bit"Matthias Beyer2014-08-161-6/+6
* Staging: bcm: Bcmchar.c: Renamed variable "ucResetValue" -> "reset_val"Matthias Beyer2014-08-161-4/+4
* Staging: bcm: Bcmchar.c: Renamed variable "uiTempVar" -> "tmp"Matthias Beyer2014-08-161-14/+14
* Staging: bcm: Bcmchar.c: Renamed variable "sWrmBuffer" -> "wrm_buff"Matthias Beyer2014-08-161-16/+16
* Staging: bcm: Bcmchar.c: Renamed variable "Bufflen" -> "buff_len"Matthias Beyer2014-08-161-6/+6
* Staging: bcm: Bcmchar.c: Renamed variable "IoBuffer" -> "io_buff"Matthias Beyer2014-08-161-34/+34
* Staging: bcm: Bcmchar.c: Renamed variable "sRdmBuffer" -> "rdm_buff"Matthias Beyer2014-08-161-12/+12
* Staging: bcm: Bcmchar.c: Renamed variable "Packet" -> "packet"Matthias Beyer2014-08-161-8/+8
* Staging: bcm: Bcmchar.c: Renamed variable "PktLen" -> "pkt_len"Matthias Beyer2014-08-161-5/+5
* Staging: bcm: Bcmchar.c: Renamed variable "pTarang" -> "tarang"Matthias Beyer2014-08-161-23/+23
* Staging: bcm: Bcmchar.c: Renamed variable "ulDSDMagicNumInUsrBuff" -> "dsd_ma...Matthias Beyer2014-08-161-3/+3
* Staging: bcm: Bcmchar.c: Renamed variable "Status" -> "status"Matthias Beyer2014-08-161-40/+40
* Staging: bcm: Bcmchar.c: Renamed variable "stNVMReadWrite" -> "nvm_rw"Matthias Beyer2014-08-161-9/+8
* Staging: bcm: Bcmchar.c: Renamed variable "pReadData" -> "read_data"Matthias Beyer2014-08-161-10/+10
* Staging: bcm: Bcmchar.c: Renamed variable "Adapter" -> "ad"Matthias Beyer2014-08-161-87/+87
* Staging: bcm: Bcmchar.c: Fixed indentation of function argumentsMatthias Beyer2014-08-161-25/+31
* Staging: bcm: Qos.c: checkpatch.pl fix: Indentation of case-statements fixedMatthias Beyer2014-07-301-45/+41
* Staging: bcm: Qos.c: checkpatch.pl fix: Removed parentheses from return state...Matthias Beyer2014-07-301-1/+1
* Staging: bcm: Qos.c: checkpatch.pl fix: Transformed C99-style commentsMatthias Beyer2014-07-301-2/+2
* Staging: bcm: Qos.c: checkpatch.pl fix: Added blank lines after declarationsMatthias Beyer2014-07-301-0/+2
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EThCSGetPktInfo()Matthias Beyer2014-07-301-11/+40
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EThCSClassifyPkt()Matthias Beyer2014-07-301-12/+35
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchVLANRules()Matthias Beyer2014-07-301-11/+42
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchEThTypeSAP()Matthias Beyer2014-07-301-7/+33
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchDestMACAdr...Matthias Beyer2014-07-301-5/+20
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchSrcMACAdre...Matthias Beyer2014-07-301-5/+19
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in ClassifyPacket()Matthias Beyer2014-07-301-45/+148
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in flush_all_queues()Matthias Beyer2014-07-301-4/+16
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in PruneQueue()Matthias Beyer2014-07-301-13/+37
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in IpVersion4()Matthias Beyer2014-07-301-21/+75
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchDestPort()Matthias Beyer2014-07-301-4/+19
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchSrcPort()Matthias Beyer2014-07-301-3/+11
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchProtocol()Matthias Beyer2014-07-301-4/+17
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchTos()Matthias Beyer2014-07-301-3/+11
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchDestIpAddress()Matthias Beyer2014-07-301-4/+18
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchSrcIpAddress()Matthias Beyer2014-07-301-3/+10
* Staging: bcm: Qos.c: Replaced if-else return with ternary operatorMatthias Beyer2014-07-301-4/+1