summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se
Commit message (Expand)AuthorAgeFilesLines
* Staging: rtl8187se: space prohibited before semicolon in r8185b_init.cEbru Akagunduz2013-10-301-2/+2
* Staging: rtl8187se: fix space prohibited after that open parenthesis '(' in r...Ebru Akagunduz2013-10-301-1/+1
* Staging: rtl8187se: fix braces {} are not necessary for single statement bloc...Ebru Akagunduz2013-10-301-2/+1
* Staging: rtl8187se: fix trailing whitespace in r8185b_init.cEbru Akagunduz2013-10-301-3/+3
* Staging: rtl8187se: fix please, no space before tabs in r8185b_init.cEbru Akagunduz2013-10-301-10/+10
* staging: rtl8187se: delete duplicated argument to |Teodora Baluta2013-10-281-1/+1
* staging: rtl8187se: fix code allignmentTeodora Baluta2013-10-283-7/+8
* staging: rtl8187se: bool tests don't need comparisonsTeodora Baluta2013-10-281-1/+1
* staging: rtl8187se: fix assignment of bool to 0/1Teodora Baluta2013-10-281-2/+2
* staging: rtl8187se: use memdup_user to simplify codeTeodora Baluta2013-10-281-8/+3
* Staging: rtl8187se: fix line over 80 characters in r8185b_init.cEbru Akagunduz2013-10-281-137/+264
* staging: rtl8187se: use netdev_warn instead of printkTeodora Baluta2013-10-281-10/+5
* staging: rtl8187se: use netdev_info instead of printkTeodora Baluta2013-10-281-2/+1
* staging: rtl8187se: prefer netdev_dbg to printkTeodora Baluta2013-10-281-3/+2
* staging: rtl8187se: fix lines over 80 charactersTeodora Baluta2013-10-281-3/+6
* staging: rtl8187se: fixup multi-line commentTeodora Baluta2013-10-281-16/+22
* staging: rtl8187se: remove an unnecessary line continuationTeodora Baluta2013-10-281-1/+1
* staging: rtl8187se: fix conditional statement indentTeodora Baluta2013-10-281-6/+6
* staging: rtl8187se: else should follow close brace '}Teodora Baluta2013-10-281-2/+1
* staging: rtl8187se: fix comments over 80 charactersTeodora Baluta2013-10-281-4/+12
* staging: rtl8187se: open brace following function declarations go on the next...Teodora Baluta2013-10-281-1/+2
* staging: rtl8187se: fix checkpatch space and tab warningsTeodora Baluta2013-10-281-40/+42
* staging: rtl8187se: use C89 comment style instead of C99-styleTeodora Baluta2013-10-281-30/+32
* staging: rtl8187se: (foo*) should be (foo *)Teodora Baluta2013-10-281-3/+3
* staging: rtl8187se: checkpatch cleanupsTeodora Baluta2013-10-191-2/+2
* staging: rtl8187se: fix static sparse warningsTeodora Baluta2013-10-197-60/+64
* staging: rtl8187se: add missing __iomem annotationTeodora Baluta2013-10-191-8/+8
* staging: rtl8187se: use gfp_t instead of intTeodora Baluta2013-10-191-1/+1
* Staging: rtl8187se: suspect code indent for conditional statements in r8185b_...Ebru Akagunduz2013-10-111-2/+2
* Staging: rtl8187se: fix avoid unnecessary line continuations in r8185b_init.cEbru Akagunduz2013-10-111-2/+2
* Staging: rtl8187se: fixed coding style issuesAdam Rall2013-09-301-41/+39
* staging: rtl8187se: Remove redundant pci_set_drvdataSachin Kamat2013-09-251-1/+0
* staging: rtl8187se: Change variable type to boolPeter Senna Tschudin2013-09-251-1/+1
* staging: Update e-mail address for Andrea MerelloAndrea Merello2013-08-2713-14/+14
* staging: rtl8187se: Remove pt_regs * irq handler parameternavin patidar2013-08-231-3/+3
* staging/rtl8187se: Convert __list_for_each use to list_for_eachDave Jones2013-06-181-2/+2
* staging: single_open() leaksAl Viro2013-05-051-1/+1
* proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-1/+1
* rtl8187se: Use a dir under /proc/net/r8180/David Howells2013-05-012-19/+8
* rtl8187se: Don't use create_proc_read_entry()David Howells2013-04-291-71/+63
* staging/rtl8187se: Mark functions as static to silence sparsePeter Huewe2013-02-151-17/+17
* staging/rtl8187se: Remove duplicated code by using an offsetPeter Huewe2013-02-151-50/+26
* staging/rtl8187se: Remove unused functions PlatformIORead2Byte / PlatformIORe...Peter Huewe2013-02-151-20/+0
* staging/rtl8187se: Remove temporary variable for return valuePeter Huewe2013-02-151-12/+5
* staging/rtl8187se: Reuse ReadBBPortUchar to avoid duplicated codePeter Huewe2013-02-151-23/+7
* staging/rtl8187se: Remove unused/unnecessary variablesPeter Huewe2013-02-151-5/+0
* staging/rtl8187se: Remove code without effectPeter Huewe2013-02-151-33/+2
* staging/rtl8187se: Remove code without effectPeter Huewe2013-02-151-38/+1
* staging/rtl8187se: Remove code without effectPeter Huewe2013-02-151-48/+1
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-112-7/+3
OpenPOWER on IntegriCloud