summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-11staging: ks7010: remove redundant variable eth_protoColin Ian King1-2/+0
2018-07-11staging: gdm724x: redundant variables idProduct and idVendorColin Ian King1-5/+0
2018-07-11staging: gasket: remove redundant pointer bar_dataColin Ian King1-3/+0
2018-07-11staging: comedi: remove redundant variable segposColin Ian King2-4/+4
2018-07-11staging: pi433: Make only one statement per lineSophie Matter1-6/+18
2018-07-11staging: pi433: Use preferred commenting styleSophie Matter2-15/+30
2018-07-11staging: pi433: Comply with 80 character column limitSophie Matter3-8/+21
2018-07-10staging: mt7621-pci: factor out mt7621_pci_get_cfgaddr functionSergio Paracuellos1-7/+14
2018-07-10staging: mt7621-pci: remove unused macro MV_READ_DATASergio Paracuellos1-3/+0
2018-07-10staging: mt7621-gpio: remove driver from stagingSergio Paracuellos7-383/+0
2018-07-10staging: rtl8723bs: use mac_pton()Michael Straube1-40/+1
2018-07-10Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_plat...Sergio Paracuellos1-1/+6
2018-07-10staging: mt7621-pinctrl: init *map to NULL for correct memory assignationSergio Paracuellos1-0/+1
2018-07-10staging: fsl-dpaa2/eth: Remove Rx frame size checkIoana Radulescu1-20/+6
2018-07-10staging: fsl-dpaa2/eth: MTU cleanupIoana Radulescu1-2/+1
2018-07-10staging: fsl-dpaa2/eth: Remove pointless instructionIoana Radulescu1-1/+0
2018-07-10staging: fsl-dpaa2/eth: Remove obsolete referenceIoana Radulescu1-2/+0
2018-07-10staging: fsl-dpaa2/eth: Fix DMA mapping directionIoana Radulescu1-1/+1
2018-07-08staging: rtl8188eu: replace tabs with spacesMichael Straube1-6/+6
2018-07-08staging: rtl8188eu: refactor rtw_macaddr_cfg()Michael Straube1-15/+5
2018-07-08staging: rtl8723bs: remove braces from single if statementMichael Straube1-2/+1
2018-07-08staging: rtl8723bs: add missing blank linesMichael Straube1-0/+2
2018-07-08staging: rtl8723bs: remove blank linesMichael Straube1-31/+0
2018-07-08staging: rtl8723bs: fix indentationMichael Straube1-8/+8
2018-07-08staging: rtl8723bs: replace tab with spaceMichael Straube1-3/+3
2018-07-08staging: rtl8723bs: replace while with shorter for loopMichael Straube1-9/+3
2018-07-08staging:rtl8192u: rename HT_EXTCHNL_OFFSET -> enum ht_extension_chan_widthJohn Whitmore6-12/+13
2018-07-08staging:rtl8192u: Add spaces required around operators - Coding StyleJohn Whitmore1-62/+62
2018-07-08staging:rtl8192u: Add space required before '(' - StyleJohn Whitmore1-88/+86
2018-07-08staging:rtl8192u: rename HT_CHANNEL_WIDTH -> enum ht_channel_widthJohn Whitmore9-14/+15
2018-07-07staging: rtl8188eu: replace while with shorter for loopMichael Straube1-8/+4
2018-07-07staging: rtl8723bs: remove rtw_beamforming.hMichael Straube1-127/+0
2018-07-07staging: rtl8723bs: remove rtw_br_ext.hMichael Straube1-55/+0
2018-07-07staging: wlan-ng: remove unneeded parentheses from prism2mgmt.cTim Collier1-4/+4
2018-07-07staging: wlan-ng: fix expression continuation in prism2mgmt.cTim Collier1-5/+5
2018-07-07staging: wlan-ng: fix expression continuation in prism2fw.cTim Collier1-3/+4
2018-07-07staging/rtl8192u: fix defined but not used build warningsRandy Dunlap2-4/+5
2018-07-07staging: mt7621-pci: Move open-braces to match kernel code stylePeter Vernia1-4/+2
2018-07-07staging: mt7621-pci: Add spaces after commas in pci-mt7621.cPeter Vernia1-8/+8
2018-07-07staging: mt7621-pci: Fix spacing around equals signPeter Vernia1-3/+3
2018-07-07staging: mt7621-pci: Fix spaces around parenthesis in pci-7621.cPeter Vernia1-14/+14
2018-07-07drivers/staging/gasket: Use refcount_read()Todd Poynor1-1/+1
2018-07-06staging: rtl8192u: Add space after ', ' character - Coding StyleJohn Whitmore1-26/+31
2018-07-06staging: rtl8192u: Add required space around '=' operator - StyleJohn Whitmore1-25/+25
2018-07-06staging: rtl8192u: Remove space after cast - Coding StyleJohn Whitmore1-15/+15
2018-07-06staging: rtl8192u: Add required spaces around '||' operator - SytleJohn Whitmore1-6/+6
2018-07-06staging: rtl8192u: Add space required around '==' opeartor - StyleJohn Whitmore1-7/+7
2018-07-06staging: rtl8192u: Remove superfluous blank lines - Coding StyleJohn Whitmore1-105/+0
2018-07-06staging: rtl8192u: Remove redundant definitions in headerJohn Whitmore1-117/+0
2018-07-06staging: rtl8192u: Use memset to initialize memory, instead of loop.John Whitmore1-4/+1