aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-30Staging: rtl8187se: space prohibited before semicolon in r8185b_init.cEbru Akagunduz1-2/+2
2013-10-30Staging: rtl8187se: fix space prohibited after that open parenthesis '(' in r8185b_init.cEbru Akagunduz1-1/+1
2013-10-30Staging: rtl8187se: fix braces {} are not necessary for single statement blocks in r8185b_init.cEbru Akagunduz1-2/+1
2013-10-30Staging: rtl8187se: fix trailing whitespace in r8185b_init.cEbru Akagunduz1-3/+3
2013-10-30Staging: rtl8187se: fix please, no space before tabs in r8185b_init.cEbru Akagunduz1-10/+10
2013-10-28staging: rtl8187se: delete duplicated argument to |Teodora Baluta1-1/+1
2013-10-28staging: rtl8187se: fix code allignmentTeodora Baluta3-7/+8
2013-10-28staging: rtl8187se: bool tests don't need comparisonsTeodora Baluta1-1/+1
2013-10-28staging: rtl8187se: fix assignment of bool to 0/1Teodora Baluta1-2/+2
2013-10-28staging: rtl8187se: use memdup_user to simplify codeTeodora Baluta1-8/+3
2013-10-28Staging: rtl8187se: fix line over 80 characters in r8185b_init.cEbru Akagunduz1-137/+264
2013-10-28staging: rtl8187se: use netdev_warn instead of printkTeodora Baluta1-10/+5
2013-10-28staging: rtl8187se: use netdev_info instead of printkTeodora Baluta1-2/+1
2013-10-28staging: rtl8187se: prefer netdev_dbg to printkTeodora Baluta1-3/+2
2013-10-28staging: rtl8187se: fix lines over 80 charactersTeodora Baluta1-3/+6
2013-10-28staging: rtl8187se: fixup multi-line commentTeodora Baluta1-16/+22
2013-10-28staging: rtl8187se: remove an unnecessary line continuationTeodora Baluta1-1/+1
2013-10-28staging: rtl8187se: fix conditional statement indentTeodora Baluta1-6/+6
2013-10-28staging: rtl8187se: else should follow close brace '}Teodora Baluta1-2/+1
2013-10-28staging: rtl8187se: fix comments over 80 charactersTeodora Baluta1-4/+12
2013-10-28staging: rtl8187se: open brace following function declarations go on the next lineTeodora Baluta1-1/+2
2013-10-28staging: rtl8187se: fix checkpatch space and tab warningsTeodora Baluta1-40/+42
2013-10-28staging: rtl8187se: use C89 comment style instead of C99-styleTeodora Baluta1-30/+32
2013-10-28staging: rtl8187se: (foo*) should be (foo *)Teodora Baluta1-3/+3
2013-10-19staging: rtl8187se: checkpatch cleanupsTeodora Baluta1-2/+2
2013-10-19staging: rtl8187se: fix static sparse warningsTeodora Baluta7-60/+64
2013-10-19staging: rtl8187se: add missing __iomem annotationTeodora Baluta1-8/+8
2013-10-19staging: rtl8187se: use gfp_t instead of intTeodora Baluta1-1/+1
2013-10-11Staging: rtl8187se: suspect code indent for conditional statements in r8185b_init.cEbru Akagunduz1-2/+2
2013-10-11Staging: rtl8187se: fix avoid unnecessary line continuations in r8185b_init.cEbru Akagunduz1-2/+2
2013-09-30Staging: rtl8187se: fixed coding style issuesAdam Rall1-41/+39
2013-09-25staging: rtl8187se: Remove redundant pci_set_drvdataSachin Kamat1-1/+0
2013-09-25staging: rtl8187se: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-08-27staging: Update e-mail address for Andrea MerelloAndrea Merello13-14/+14
2013-08-23staging: rtl8187se: Remove pt_regs * irq handler parameternavin patidar1-3/+3
2013-06-18staging/rtl8187se: Convert __list_for_each use to list_for_eachDave Jones1-2/+2
2013-05-05staging: single_open() leaksAl Viro1-1/+1
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-1/+1
2013-05-01rtl8187se: Use a dir under /proc/net/r8180/David Howells2-19/+8
2013-04-29rtl8187se: Don't use create_proc_read_entry()David Howells1-71/+63
2013-02-15staging/rtl8187se: Mark functions as static to silence sparsePeter Huewe1-17/+17
2013-02-15staging/rtl8187se: Remove duplicated code by using an offsetPeter Huewe1-50/+26
2013-02-15staging/rtl8187se: Remove unused functions PlatformIORead2Byte / PlatformIORead4BytePeter Huewe1-20/+0
2013-02-15staging/rtl8187se: Remove temporary variable for return valuePeter Huewe1-12/+5
2013-02-15staging/rtl8187se: Reuse ReadBBPortUchar to avoid duplicated codePeter Huewe1-23/+7
2013-02-15staging/rtl8187se: Remove unused/unnecessary variablesPeter Huewe1-5/+0
2013-02-15staging/rtl8187se: Remove code without effectPeter Huewe1-33/+2
2013-02-15staging/rtl8187se: Remove code without effectPeter Huewe1-38/+1
2013-02-15staging/rtl8187se: Remove code without effectPeter Huewe1-48/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches2-7/+3