summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-15staging: rtl8188eu: goto removedIvan Safonov1-54/+13
2015-11-15staging: rtl8188eu: goto replaced by 'else' branchIvan Safonov1-14/+11
2015-11-15staging: rtl8188eu: unused macros removedIvan Safonov2-40/+0
2015-11-15staging: rtl8188eu: rarely used macros replaced by their definitionsIvan Safonov2-8/+8
2015-11-15staging: rtl8188eu: for loop instead of while loop usedIvan Safonov1-10/+4
2015-11-15staging: rtl8188eu: offset renamed to write_addressIvan Safonov1-6/+6
2015-11-15staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov1-2/+2
2015-11-15staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov1-3/+3
2015-11-15staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov1-4/+2
2015-11-15staging: rtl8188eu: unnecessary initialization removedIvan Safonov1-1/+1
2015-11-15staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov1-2/+2
2015-11-15staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov1-1/+1
2015-11-15staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov1-4/+3
2015-11-15staging: rtl8188eu: unnecessary branching removedIvan Safonov1-5/+3
2015-11-15staging: rtl8188eu: unnecessary variable override removedIvan Safonov1-3/+1
2015-11-15staging: rtl8188eu: offset variable replaced by its valueIvan Safonov1-1/+1
2015-11-15staging: rtl8188eu: initial value placed in the variableIvan Safonov1-3/+2
2015-11-15staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov1-1/+3
2015-11-15staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov1-2/+2
2015-11-15Staging: rtl8188eu: fix space prohibited before that ','Abdul Hussain1-3/+3
2015-11-15staging: rtl8188eu: 'infinite' loop removedIvan Safonov1-19/+15
2015-11-15staging: rtl8188eu: while loop replaced by for loopIvan Safonov1-8/+1
2015-11-15staging: rtl8188eu: do .. while (0) loop replaced by while (...) loopIvan Safonov1-6/+2
2015-11-15staging: rtl8188eu: add missing delay in polling loops.Rémy Oudompheng1-1/+2
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng10-52/+62
2015-11-15Staging: lustre: ldlm_pool: Drop unneeded wrapper functionShivani Bhardwaj1-10/+2
2015-11-15Staging: lustre: ldlm_pool: Drop wrapper functionShivani Bhardwaj1-9/+1
2015-11-15Staging: lustre: ldlm_pool: Remove unneeded wrapper functionShivani Bhardwaj1-12/+13
2015-11-15Staging: lustre: tracefile: Remove function prototypeShivani Bhardwaj1-1/+0
2015-11-15Staging: lustre: tracefile: Remove wrapper functionShivani Bhardwaj1-7/+2
2015-11-15Staging: lustre: module: Replace function callsShivani Bhardwaj1-2/+2
2015-11-15Staging: lustre: dir: Remove wrapper functionShivani Bhardwaj1-7/+2
2015-11-15staging: lustre: lnet: klnds: socklnd: Move extern declarations to headerAmitoj Kaur Chawla2-2/+3
2015-11-15staging: lustre: Delete an unnecessary variable initialisation in class_regis...Markus Elfring1-1/+1
2015-11-15staging: lustre: fix 'error handling' issues for libcfs workitem.cSebastien Buisson1-1/+3
2015-11-15staging: lustre: remove page_collection::pc_lock in libcfsLiang Zhen2-22/+0
2015-11-15staging: lustre: race condition for check/use cfs_fail_valFan Yong1-1/+1
2015-11-15staging: lustre: Update module author to OpenSFSJames Simmons16-16/+16
2015-11-15staging: lustre: Fix possible NULL pointer dereference in lprocfs_status.cDmitry Eremin1-3/+6
2015-11-15staging: lustre: fix buffer overflow of string bufferDmitry Eremin13-29/+37
2015-11-15staging: lustre: remove libcfs_debug_set_level prototype from libcfs_private.hfrank zago1-2/+0
2015-11-15staging: lustre: remove unnecessary EXPORT_SYMBOL in libcfsfrank zago4-23/+0
2015-11-15staging: lustre: wrong parameter to cfs_hash_keycpyLiang Zhen1-1/+1
2015-11-15staging: lustre: remove unused variableDan Carpenter2-4/+0
2015-11-15staging: lustre: selftest.h: replace IS_PO2 by is_power_of_2Aya Mahfouz1-1/+1
2015-11-15staging: lustre: workitem.c: replace IS_PO2 by is_power_of_2Aya Mahfouz1-1/+1
2015-11-15staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2Aya Mahfouz1-1/+1
2015-11-15staging: rdma: hfi1 : Prefer using the BIT macroSunny Kumar1-5/+5
2015-11-15staging: rdma: amso1100: c2: Remove wrapper functionAmitoj Kaur Chawla1-7/+4
2015-11-15staging/rdma/hfi1: optionally prescan rx queue for {B, F}ECNs - UC, RCArthur Kepner4-49/+81