aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Staging: rtl8192u: ieee80211: ieee80211_softmac: Remove commented printk messagesShraddha Barke1-3/+0
2015-10-12Staging: rtl8192u: Do not DMA on the stackKsenija Stanojevic1-9/+63
2015-10-02Staging: rtl8192u: Remove spaces at the start of linesmike dupuis1-1/+1
2015-10-02Staging: rtl8192u: Correct open brace placementmike dupuis1-4/+2
2015-10-02Staging: rtl8192u: Fix block comment formattingmike dupuis1-5/+5
2015-10-02Staging: rtl8192u: missing blank lines after declarationsmike dupuis1-0/+2
2015-10-02Staging: rtl8192u: quoted strings split across linesmike dupuis1-16/+11
2015-09-29Staging: rtl819u: Fix brace styling issuesmike dupuis1-6/+3
2015-09-29Staging: rtl8192u: spaces required around = operatormike dupuis1-5/+5
2015-09-29Staging: rtl8192u: add spaces around == and || operatorsmike dupuis1-1/+1
2015-09-29Staging: rtl8192u: move open braces to previous linesmike dupuis1-6/+3
2015-09-29Staging: rtl8192u: add missing blank lines after declarationsmike dupuis1-0/+3
2015-09-29Staging: rtl8192u: space required after ','mike dupuis1-1/+1
2015-09-20staging: rtl8192u: r8192U_core: add line breaks to keep lines under 80 charactersRaphaël Beamonte1-199/+409
2015-09-16staging: rtl8192u: r8192U_core: fix comments lines over 80 charactersRaphaël Beamonte1-79/+153
2015-09-15staging/rtl8192u: remove unused functionNicolas Joseph1-44/+0
2015-09-15Staging: rlt8192u: Remove spaces at the start of linesMike Dupuis1-4/+4
2015-09-15Staging: rtl8192u: do not use C99 // commentsMike Dupuis1-14/+14
2015-09-15Staging: rtl8192u: suspect code indent for conditional statmentMike Dupuis1-3/+2
2015-09-15Staging: rtl8192u: space required before open parenthesesMike Dupuis1-6/+6
2015-09-14Staging: rtl8192u: Remove unnecessary printkShraddha Barke1-1/+0
2015-09-12Staging: rtl8192u: space prohibited before close parenthesismike dupuis1-2/+2
2015-09-12Staging: rtl8192u: space required after close bracesmike dupuis1-3/+3
2015-09-12Staging: rtl8192u: space required before open bracesmike dupuis1-9/+9
2015-09-12Staging: rtl8192u: Space not allowed after &mike dupuis1-2/+2
2015-09-12Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Shraddha Barke1-1/+1
2015-09-12Staging: rtl8192u: ieee80211: ieee80211_module.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Shraddha Barke1-1/+1
2015-09-12Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Shraddha Barke1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: fix use ether_addr_copy() over memcpy() code style issueRaphaël Beamonte1-1/+1
2015-09-12Staging: rtl819u: ieee80211: Remove unused variableShraddha Barke1-2/+0
2015-09-12staging: rtl8192u: r8192U_core: fix quoted string split across lines code style issueRaphaël Beamonte1-4/+4
2015-09-12staging: rtl8192u: r8192U_core: fix missing blank line after declarations code style issueRaphaël Beamonte1-3/+41
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary whitespace code style issueRaphaël Beamonte1-6/+6
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary else after return code style issueRaphaël Beamonte1-17/+14
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issueRaphaël Beamonte1-2/+2
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style issueRaphaël Beamonte1-8/+5
2015-09-12staging: rtl8192u: r8192U_core: remove forward declarations in .c fileRaphaël Beamonte1-6/+0
2015-09-12staging: rtl8192u: r8192U_core: fix unecessary braces code style issueRaphaël Beamonte1-6/+4
2015-09-12staging: rtl8192u: r8192U_core: remove return statement of void functionRaphaël Beamonte1-1/+0
2015-09-12staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.hRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: clean C99 // commentsRaphaël Beamonte1-320/+316
2015-09-12staging: rtl8192u: r8192U_core: whitespace neatening to fix consistent spacing code style errorsRaphaël Beamonte1-144/+144
2015-09-12staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spacing code style errorRaphaël Beamonte2-5/+5
2015-09-12staging: rtl8192u: r8192U_core: fix else following close brace code style errorRaphaël Beamonte1-2/+1
2015-09-12staging: rtl8192u: r8192U_core: fix code indent using spaces code style errorRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: fix space before close parenthesis code style errorRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: fix switch and case indent code style errorRaphaël Beamonte1-95/+95
2015-08-14staging: rtl8192u: Remove unnecessary externsJoe Perches7-223/+236
2015-08-03staging: rtl8192u: r819xU_firmware: fix coding styleKent Gustavsson1-1/+2
2015-07-31staging: rtl8192u: Fix checkpatch issue with comma in r819xU_firmware.cFreeman Zhang1-5/+5