aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-18Staging: bcm: Remove two unused variables from Adapter.hKevin McKinney1-2/+0
2012-05-18Staging: bcm: Removes the volatile type definition from Adapter.hKevin McKinney1-2/+2
2012-05-18Staging: bcm: Rename all "INT" to "int" in Adapter.hKevin McKinney1-11/+11
2012-05-18Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.hKevin McKinney1-6/+6
2012-05-18Staging: bcm: Correctly format all comments in Adapter.hKevin McKinney1-62/+67
2012-05-18Staging: bcm: Fix all whitespace issues in Adapter.hKevin McKinney1-374/+342
2012-05-18Staging: bcm: Properly format braces in Adapter.hKevin McKinney1-52/+26
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie1-13/+13
2012-04-10Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham1-8/+4
2012-04-10Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham1-51/+111
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham1-6/+6
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham1-29/+30
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham1-23/+23
2012-04-10Staging: bcm: IPv6Protocol.c fix coding styleMax Tottenham1-43/+43
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham1-25/+49
2012-04-10Staging: bcm: IPv6Protocol.c: Fix coding styleMax Tottenham1-96/+62
2012-04-10staging: Fix typo in multiple filesMasanari Iida1-1/+1
2012-03-02Staging: bcm: fix possible memory leak of 'pstAddIndication' in CmHost.c and removes a whitespaceKevin McKinney1-7/+20
2012-02-24Staging: bcm: fix possible NULL dereference of psfLocalSet in CmHost.cKevin McKinney1-1/+7
2012-02-13Staging: bcm: Move directives for the preprocessor statement to enum value in led_control.hKevin McKinney1-4/+2
2012-02-10Staging: bcm: fix CodingStyle warnings/errors reported by checkpatch.pl in led_control.hGerard Ryan1-38/+36
2012-02-08Staging: bcm: Use memdup_user rather than duplicating its implementationThomas Meyer1-25/+12
2012-02-08Staging: bcm: Alter name, datatype, and default value of iterator variables.Kevin McKinney1-84/+84
2012-02-08Staging: bcm: Replace variables and function outputs defined as INT with int.Kevin McKinney1-5/+5
2012-02-08Staging: bcm: Remove assignment from if statement and reverse if logic for readability.Kevin McKinney1-8/+9
2012-02-08Staging: bcm: Remove typedef from CmHost.c and use enum.Kevin McKinney1-3/+3
2012-02-08Staging: bcm: Replace dated variable __FUNCTION__.Kevin McKinney1-3/+3
2012-02-08Staging: bcm: Fix coding style issues in CmHost.cKevin McKinney1-1718/+1325
2012-02-08Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITEKevin McKinney1-1/+3
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds10-1056/+1160
2012-01-02misc latin1 to utf8 conversionsAl Viro1-2/+2
2011-12-22Staging: bcm: Fix an invalid dereference to a kmalloc in IOCTL_BCM_BULK_WRMKevin McKinney1-1/+3
2011-12-22Staging: bcm: Fix information leak in IOCTL_BCM_GET_DRIVER_VERSIONKevin McKinney1-1/+5
2011-12-12staging: bcm: HandleControlPacket.c: breaking of long linesJohannes Tenschert1-24/+45
2011-12-12staging: bcm: HandleControlPacket.c: fix parens/bracesJohannes Tenschert1-28/+12
2011-12-12staging: bcm: HandleControlPacket.c: fix commentsJohannes Tenschert1-36/+45
2011-12-12staging: bcm: HandleControlPacket.c: fix indentationJohannes Tenschert1-66/+65
2011-12-12staging: bcm: HandleControlPacket.c: fix whitespacesJohannes Tenschert1-68/+68
2011-12-08staging: bcm: led_control.c: breaking of long linesJohannes Tenschert1-92/+199
2011-12-08staging: bcm: led_control.c: fix parens/bracesJohannes Tenschert1-208/+87
2011-12-08staging: bcm: led_control.c: fix commentsJohannes Tenschert1-122/+167
2011-12-08staging: bcm: led_control.c: fix indentationJohannes Tenschert1-146/+146
2011-12-08staging: bcm: led_control.c: fix whitespacesJohannes Tenschert1-217/+215
2011-12-08Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" when an error occurs.Kevin McKinney1-34/+41
2011-12-08Staging: bcm: Alter code to move error handling closer to the calls; and remove white space, IOCTL_BCM_NVM_WRITE.Kevin McKinney1-9/+5
2011-12-08Staging: bcm: Fix double free of 'pReadData' in IOCTL_BCM_NVM_WRITE.Kevin McKinney1-1/+1
2011-11-29Staging: bcm: Reverse semaphore locking in IOCTL_BCM_BUFFER_DOWNLOAD_STOP.Kevin McKinney1-5/+5
2011-11-29Staging: bcm: Alter code to move error handling closer to the calls.Kevin McKinney1-66/+66
2011-11-29Staging: bcm: Clean up patch that calls semaphore down_trylock directly.Kevin McKinney1-5/+2
2011-11-26Staging: bcm: Fix semaphore locking error when downloading firmware.Kevin McKinney1-4/+13