summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-15staging: most: fix argument name of DIM_GetChannelStateChaehyun Lim1-1/+1
2015-11-15staging: most: rename DIM_ServiceChannel to dim_service_channelChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_ServiceIrq to dim_service_irqChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_DestroyChannel to dim_destroy_channelChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_InitSync to dim_init_syncChaehyun Lim3-5/+5
2015-11-15staging: most: rename DIM_InitIsoc to dim_init_isocChaehyun Lim3-5/+5
2015-11-15staging: most: rename DIM_InitAsync to dim_init_asyncChaehyun Lim3-5/+5
2015-11-15staging: most: rename DIM_InitControl to dim_init_controlChaehyun Lim3-6/+6
2015-11-15staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buff...Chaehyun Lim3-4/+4
2015-11-15staging: most: rename DIMCB_IoRead to dimcb_io_readChaehyun Lim3-11/+11
2015-11-15staging: most: rename DIMCB_IoWrite to dimcb_io_writeChaehyun Lim3-41/+41
2015-11-15staging: most: rename DIMCB_OnError to dimcb_on_errorChaehyun Lim3-5/+5
2015-11-15staging: most: rename DIM_GetLockState to dim_get_lock_stateChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_DetachBuffers to dim_detach_buffersChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_Shutdown to dim_shutdownChaehyun Lim3-3/+3
2015-11-15staging: most: rename DIM_Startup to dim_startupChaehyun Lim3-4/+4
2015-11-15staging: most: add spaces preferred around that '<<'Chaehyun Lim1-1/+1
2015-11-15staging: most: remove blank line after an open braceChaehyun Lim1-2/+0
2015-11-15staging: most: remove multiple blank linesChaehyun Lim6-15/+0
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