summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2015-08-15staging: rtl8188eu: fix possible NULL dereferenceSudip Mukherjee1-4/+4
2015-08-15staging: wilc1000: clarify the argument typeJohnny Kim2-41/+41
2015-08-15staging: wilc1000: change void pointer type to real typeJohnny Kim1-1/+1
2015-08-15staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrvJohnny Kim5-136/+136
2015-08-15staging: wilc1000: remove WILC_FREEChaehyun Lim1-5/+0
2015-08-15staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim5-86/+86
2015-08-15staging: wilc1000: remove unused memory functionsChaehyun Lim2-78/+0
2015-08-15staging: wilc1000: wilc_memory.h: remove unused defineChaehyun Lim1-51/+0
2015-08-15Staging: gdm72xx: usb_ids: fix a macro coding style errorRaphaël Beamonte1-1/+5
2015-08-15staging: rtl8192e: Fix log spamming in rtl8192_hard_data_xmitMateusz Kulikowski1-2/+2
2015-08-15staging: vme: devices: add spaces around '-'Junsu Shin1-4/+4
2015-08-15staging: vme: devices: fix NULL comparison styleJunsu Shin1-2/+2
2015-08-15staging: vme: devices: remove blank line after open braceJunsu Shin1-2/+0
2015-08-15staging: vme: devices: remove multiple blank linesJunsu Shin1-4/+0
2015-08-15staging: unisys: make visorbus_dev_groups staticMichał Kępień1-1/+1
2015-08-15drivers: staging: unisys: add MODULE_DEVICE_TABLE and temporary MODULE_ALIAS ...Prarit Bhargava1-0/+9
2015-08-15staging: rtl8192u: Remove unnecessary externsJoe Perches7-223/+236
2015-08-15staging: mt29f_spinand: Remove unnecessary externsJoe Perches1-2/+2
2015-08-15staging: dgnc: Remove unnecessary externsJoe Perches1-8/+8
2015-08-15staging: ft1000: Remove unnecessary externsJoe Perches2-12/+11
2015-08-15staging: wilc1000: Remove unnecessary externsJoe Perches3-18/+18
2015-08-15staging: rtl8192e: Remove unnecessary externsJoe Perches6-235/+202
2015-08-15staging: rtl8188eu: Remove unnecessary externsJoe Perches3-14/+14
2015-08-15staging: nvec: Remove unnecessary externsJoe Perches1-10/+9
2015-08-15staging: fbtft: Remove unnecessary externsJoe Perches1-27/+25
2015-08-15staging: octeon: Remove unnecessary externsJoe Perches2-12/+12
2015-08-15staging: rtl8712: Remove unnecessary externsJoe Perches1-16/+12
2015-08-15staging: xgifb: Remove unnecessary externsJoe Perches2-19/+19
2015-08-15staging: lustre: ptlrpc: add missing include directiveIoan-Adrian Ratiu1-0/+2
2015-08-15staging: lustre: Do not init global to NULLSwee Hua Law1-1/+1
2015-08-15staging: lustre: Remove unnecessary externsJoe Perches15-392/+387
2015-08-15staging: lustre: checkpatch: argument alignment for readabilitySwee Hua Law1-4/+2
2015-08-15staging: lustre: checkpatch: move */ block comment to next lineSwee Hua Law1-1/+2
2015-08-15staging: lustre: checkpatch: symbol == NULL should be !symbolSwee Hua Law1-2/+2
2015-08-15staging: lustre: checkpatch: do not init global to NULLSwee Hua Law1-2/+2
2015-08-15staging: lustre-libcfs: make static-variable constantPatrick Boettcher1-2/+2
2015-08-15staging: lustre-libcfs: fix sparse warningPatrick Boettcher3-12/+14
2015-08-15Staging: unisys: Remove useless cast on void pointerShraddha Barke1-1/+1
2015-08-15Staging: lustre: libcfs: Remove unnecessary cast on void*Shraddha Barke1-1/+1
2015-08-15Staging: wilc1000: Remove null check before kfreeShraddha Barke1-2/+1
2015-08-15staging: rtl8723au: Fix Sparse errors in rtw_security.cJacob Kiefer1-10/+14
2015-08-15staging: wilc1000: remove wilc_strutils.c and wilc_strutils.hChaehyun Lim5-40/+1
2015-08-15staging: wilc1000: remove WILC_memcpy_INTERNALChaehyun Lim2-20/+0
2015-08-15staging: wilc1000: remove WILC_memcpy functionChaehyun Lim1-30/+0
2015-08-15staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim5-140/+140
2015-08-15staging: wilc1000: remove WILC_strncmp functionChaehyun Lim2-41/+0
2015-08-15staging: wilc1000: use strncmp instead of WILC_strncmpChaehyun Lim1-1/+1
2015-08-15staging: wilc1000: remove WILC_strncpy functionChaehyun Lim2-24/+0
2015-08-15staging: wilc1000: Use strncpy instead of WILC_strncpyChaehyun Lim1-1/+1
2015-08-15staging: wilc1000: remove WILC_strlen functionChaehyun Lim2-19/+0