aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655
AgeCommit message (Expand)AuthorFilesLines
2014-07-27Staging: vt6655: removed redundant comments from dpc.hIgor Bezukh1-8/+0
2014-07-27Staging: vt6655: removed redundant comments from device_cfg.hIgor Bezukh1-3/+0
2014-07-27Staging: vt6655: removed redundant comments from desc.hIgor Bezukh1-98/+87
2014-07-27Staging: vt6655: removed redundant comments from channel.hIgor Bezukh1-4/+0
2014-07-27Staging: vt6655: removed redundant comments from country.hIgor Bezukh1-1/+0
2014-07-27Staging: vt6655: removed redundant comments from datarate.hIgor Bezukh1-19/+9
2014-07-27Staging: vt6655: remove redundant comments from card.hIgor Bezukh1-9/+1
2014-07-27staging: vt6655: Remove NULL pointer sparse warningGuillaume Clement1-1/+1
2014-07-27staging: vt6655: remove unused macroGuillaume Clement1-1/+0
2014-07-27staging: vt6655: fix braces at newline in if statementsGuillaume Clement2-6/+7
2014-07-27staging: vt6655: remove braces for single statements ifGuillaume Clement3-6/+3
2014-07-27staging: vt6655: add missing whitespaceGuillaume Clement1-5/+5
2014-07-27staging: vt6655: Remove unreachable break statementsGuillaume Clement2-3/+0
2014-07-27staging: vt6655: break single line if statementsGuillaume Clement2-4/+8
2014-07-27staging: vt6655: Use pr_* functions instead of printkGuillaume Clement9-66/+69
2014-07-27staging: vt6655: fix static position in inline functionGuillaume Clement1-2/+2
2014-07-27staging: vt6655: fix braces at newline for structsGuillaume Clement4-26/+13
2014-07-27staging: vt6655: fix function braces not on the proper lineGuillaume Clement2-32/+64
2014-07-27staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement10-122/+125
2014-07-27staging: vt6655: Add missing blank lines after declarationsGuillaume Clement16-0/+52
2014-07-27staging: vt6655: remove useless return statementsGuillaume Clement13-112/+0
2014-07-24staging: vt6655: Fix disassociated messages every 10 secondsMalcolm Priestley1-1/+1
2014-07-24staging: vt6655: Fix Warning on boot handle_irq_event_percpu.Malcolm Priestley1-2/+5
2014-07-24Staging: vt6655: remove redundant comments from bssdb.hIgor Bezukh1-23/+2
2014-07-24Staging: vt6655: remove redundant comments from baseband.hIgor Bezukh1-12/+0
2014-07-22Staging: vt6655: remove redundant comments from 80211hdr.hIgor Bezukh1-7/+0
2014-07-22Staging: vt6655: Removed redundant comments and newlinesIgor Bezukh1-38/+0
2014-07-22Staging: vt6655: removed redundant comments from aes_ccmp.hIgor Bezukh1-9/+0
2014-07-22staging: vt6655: Fix unused function warningGuillaume Clement1-1/+5
2014-07-22staging: vt6655: remove unused functionsGuillaume Clement1-175/+0
2014-07-22staging: vt6655: statify some variablesGuillaume Clement6-20/+20
2014-07-22staging: vt6655:fix warning for unexported non-static functionsGuillaume Clement1-0/+1
2014-07-22staging: vt6655: change type of PortOffset to void __iomem *Guillaume Clement15-209/+203
2014-07-21staging: vt6655: Fixed checkpatch errorsPetar Dimitrijevic1-16/+19
2014-07-21Staging: vt6655: Remove redundant comments in wcmd.hIgor Bezukh1-13/+2
2014-07-16Staging: vt6655: fix missing blank line after variable declarationIgor Bezukh1-0/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-08staging: vt6655: fixed sparse warningsAnton Protopopov1-3/+3
2014-06-26staging: vt6655: remove header declarations for static functionsJames A Shackleford2-12/+2
2014-06-19staging: vt6655: coding style: use C89 commentsMerlin Chlosta1-4/+4
2014-06-19staging: vt6655: remove unnecessary typedef struct.Martin Kepplinger3-5/+5
2014-06-19staging: vt6655: replace C99 style commentsJames A Shackleford1-150/+150
2014-06-19staging: vt6655: fix sparse warning for static declarationsJames A Shackleford1-0/+1
2014-06-19staging: vt6655: update iwctl_private_args extern declarationJames A Shackleford1-1/+1
2014-06-19staging: vt6655: update out-of-date function declarationJames A Shackleford1-1/+1
2014-06-19staging: vt6655: fix sparse warning for static declarationsJames A Shackleford1-1/+2
2014-06-19staging: vt6655: fix sparse warning "cast removes address space of expression"James A Shackleford1-3/+3
2014-05-28staging: vt6655: refactor iwctl_giwaplist() to avoid -Wframe-larger-than warn.Konrad Zapalowicz1-24/+48
2014-05-23staging: vt6655: Remove useless return variablesPeter Senna Tschudin2-19/+10
2014-05-15staging: vt6655: fix checkpatch bracing issuesGuido Martínez23-949/+814