summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-29staging: rtl8187se: fix lines over 80 charactersTeodora Baluta1-3/+6
2013-10-29staging: rtl8187se: fixup multi-line commentTeodora Baluta1-16/+22
2013-10-29staging: rtl8187se: remove an unnecessary line continuationTeodora Baluta1-1/+1
2013-10-29staging: rtl8187se: fix conditional statement indentTeodora Baluta1-6/+6
2013-10-29staging: rtl8187se: else should follow close brace '}Teodora Baluta1-2/+1
2013-10-29staging: rtl8187se: fix comments over 80 charactersTeodora Baluta1-4/+12
2013-10-29staging: rtl8187se: open brace following function declarations go on the next...Teodora Baluta1-1/+2
2013-10-29staging: rtl8187se: fix checkpatch space and tab warningsTeodora Baluta1-40/+42
2013-10-29staging: bcm: Replace FALSE with falseLisa Nguyen21-287/+287
2013-10-29staging: bcm: Replace BOOLEAN with boolLisa Nguyen21-130/+130
2013-10-29staging: rtl8187se: use C89 comment style instead of C99-styleTeodora Baluta1-30/+32
2013-10-29staging: rtl8187se: (foo*) should be (foo *)Teodora Baluta1-3/+3
2013-10-29staging: sb105x: Remove unneeded semicolon in sb_pci_mp.cLisa Nguyen1-1/+1
2013-10-28Staging:line6: fix line over 80 charactersEbru Akagunduz1-2/+3
2013-10-28staging: rts5139: Replaced min() with min_t() inArchana kumari1-2/+2
2013-10-28Staging: line6: Fix Sparse Warning of incorrect typeRashika Kheria1-3/+7
2013-10-28Staging: line6: Fix Sparse Warning of restricted __le16 degrades to integerRashika Kheria1-2/+2
2013-10-28Staging: line6: Fix Sparse warning of restricted __le16 degrades to integerRashika Kheria1-3/+3
2013-10-28staging: vt6656: removed space after '*' in pointer declarationNandini Hanumanthagowda1-9/+9
2013-10-28Staging: vt6656: fix code indenting error in power.cJohannes Löthberg1-1/+1
2013-10-28Staging: vt6656: Fix Sparse Warning: cast from restricted gfp_t in hostap.cEbru Akagunduz1-1/+1
2013-10-28staging: lustre: lnet: Rewrite return statement in socklnd.cLisa Nguyen1-1/+4
2013-10-28staging: gdm724x: kzalloc should be used instead of kmalloc/memsetTeodora Baluta1-4/+2
2013-10-28staging: drm/imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZEROValentina Manea1-3/+1
2013-10-28staging: ktap: remove code from treeGreg Kroah-Hartman79-16368/+0
2013-10-28Merge tag 'iio-for-3.13e' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman18-74/+489
2013-10-27drivers: staging: rtl8188eu: use 'ccflags-y' instead of EXTRA_CFLAGS in MakefileChen Gang1-3/+1
2013-10-27Staging: winbond: removing unused variables thread_count and link_name[]Ashvini Varatharaj1-4/+0
2013-10-27Staging: winbond: removing CamelCase in core.hAshvini Varatharaj3-9/+9
2013-10-27Staging: slicoss: Replace seq_printf with seq_putsRashika Kheria1-10/+10
2013-10-27Staging: iio: fix printk(KERN_ERR .. in lis3l02dq_core.cEbru Akagunduz1-1/+1
2013-10-27staging: vt6655: fixed use of unnecessary braces in baseband.cArchana kumari1-4/+3
2013-10-27Staging: vt6656: fix a brace coding style issue in power.cJohannes Löthberg1-2/+1
2013-10-27Staging: vt6655: Fix Sparse Warning for Static Declarations in wpa.cEbru Akagunduz1-6/+6
2013-10-27Staging: vt6655: Fix Sparse Warning for Static Declarations in tkip.cEbru Akagunduz1-2/+2
2013-10-27staging: vt6656: removed braces from single line if-statementNandini Hanumanthagowda1-6/+3
2013-10-27staging: vt6656: fixed indentation and unnecessary space errorsNandini Hanumanthagowda1-188/+185
2013-10-27staging: vt6656: call usb_device_reset before netdev registrationMalcolm Priestley1-2/+3
2013-10-27Staging: lustre: Fix no use of assignment in if conditionRashika Kheria1-2/+4
2013-10-27staging:media: Use dev_dbg() instead of pr_debug()Dulshani Gunawardhana1-12/+10
2013-10-27staging:media: Use dev_info() instead of pr_info()Dulshani Gunawardhana1-1/+1
2013-10-27staging: media: Use dev_err() instead of pr_err()Dulshani Gunawardhana1-21/+21
2013-10-27staging: media: lirc: Replaced printk macro with dev_info(dev,....) in lirc_i...Archana kumari1-1/+1
2013-10-27Staging: ft1000: remove unnecessary static function declarations in ft1000_hw.cEbru Akagunduz1-221/+212
2013-10-27Staging: ft1000: Fix Sparse Warning for Static Declarations in boot.hEbru Akagunduz1-1/+1
2013-10-27Staging: ft1000: Fix Sparse Warning for Static Declarations in ft1000_hw.cEbru Akagunduz1-1/+1
2013-10-27staging: sep: add missing misc_deregister() on error in sep_register_driver_w...Wei Yongjun1-0/+1
2013-10-27Staging: lustre: Replace __FUNCTION__ with __func__Rashika Kheria1-4/+4
2013-10-27Staging: lustre: Fix paranthesis not required around returnRashika Kheria1-1/+1
2013-10-27Staging: lustre: Fix space required after ','Rashika Kheria1-1/+1