summaryrefslogtreecommitdiffstats
path: root/crypto/crct10dif_common.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-15staging: rtl8192u: ieee80211: Remove msleep_interruptible_rsl MacroAmitoj Kaur Chawla1-2/+0
2016-02-15staging: rtl8192u: ieee80211: ieee80211_softmac: Replace driver specific macr...Amitoj Kaur Chawla1-1/+1
2016-02-15staging: rtl8192u: ieee80211: Remove MSECS macroAmitoj Kaur Chawla1-1/+0
2016-02-15staging: rtl8192u: r8192U_dm: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla1-3/+6
2016-02-15staging: rtl8192u: ieee80211: ieee80211_rx: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla1-1/+2
2016-02-15staging: rtl8192u: ieee80211: ieee80211_softmac: Replace MSECS with msecs_to_...Amitoj Kaur Chawla1-3/+6
2016-02-15staging: rtl8192u: ieee80211: rtl819x_BAProc: Replace MSECS with msecs_to_jif...Amitoj Kaur Chawla1-1/+1
2016-02-15staging: rtl8192u: ieee80211: rtl819x_TSProc: Replace MSECS with msecs_to_jif...Amitoj Kaur Chawla1-3/+6
2016-02-15drivers/staging/android: don't use modular references in sync_debug.cPaul Gortmaker1-8/+0
2016-02-15Staging: wlan-ng: Remove function prototypeBhumika Goyal1-1/+0
2016-02-15Staging: wlan-ng: Drop wrapper functionBhumika Goyal1-22/+2
2016-02-15Staging: wlan-ng: Remove multiple assignmentsBhumika Goyal1-2/+4
2016-02-15Staging: media: Remove multiple assignmentsBhumika Goyal1-1/+2
2016-02-15staging: wilc1000: linux_mon.c: Remove unneeded bracesJanani Ravichandran1-2/+1
2016-02-15staging: wilc1000: Simplify code by eliminating else blockJanani Ravichandran1-3/+2
2016-02-15staging: wilc1000: Remove useless return statement in a void functionJanani Ravichandran1-2/+0
2016-02-15staging: wilc1000: Remove useless macrosJanani Ravichandran1-3/+0
2016-02-15staging: wilc1000: Eliminate spaces between function names and open parenthesesJanani Ravichandran1-3/+3
2016-02-15staging: wilc1000: Eliminate extraneous bracesJanani Ravichandran1-2/+1
2016-02-15staging: wilc1000: Include KERN_ facility level for printk()Janani Ravichandran1-2/+2
2016-02-15staging: wilc1000: wilc_wfi_cfgoperations: remove cast on void pointersAlison Schofield1-6/+6
2016-02-15staging: wilc1000: linux_wlan: remove cast on void pointersAlison Schofield1-5/+5
2016-02-15staging: wilc1000: linux_mon: remove cast on void pointerAlison Schofield1-1/+1
2016-02-15staging: wilc1000: host_interface: remove cast on void pointersAlison Schofield1-2/+2
2016-02-15staging: wilc1000: use netdev_err instead of PRINT_ERChaehyun Lim1-1/+1
2016-02-15staging: wilc1000: rename result in handle_set_channelChaehyun Lim1-4/+4
2016-02-15staging: wilc1000: change data type of result variable to int.Chaehyun Lim1-1/+1
2016-02-15staging: wilc1000: change handle_set_channel's return type to voidChaehyun Lim1-7/+3
2016-02-15staging: wilc1000: define a new local variable in wilc_scanChaehyun Lim1-15/+16
2016-02-15staging: wilc1000: rename u8security in user_conn_reqChaehyun Lim2-4/+4
2016-02-15staging: wilc1000: rename pu8ssid in struct user_conn_reqChaehyun Lim2-12/+12
2016-02-15staging: wilc1000: rename pu8bssid in struct user_conn_reqChaehyun Lim2-16/+16
2016-02-15staging: wilc1000: rename s8rssi in struct found_net_infoChaehyun Lim2-4/+4
2016-02-15staging: wilc1000: rename au8bssid in struct found_net_infoChaehyun Lim2-5/+5
2016-02-15staging: wilc1000: rename au8bssid in struct join_bss_paramChaehyun Lim1-2/+2
2016-02-15staging: vt6656: move local var init into declarationAlison Schofield1-9/+4
2016-02-15staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocationAlison Schofield1-3/+3
2016-02-15staging: fbtft: Remove the use of CamelCaseEva Rachel Retuya1-3/+3
2016-02-15staging: fbtft: Delete blank line after '{' braceEva Rachel Retuya1-1/+0
2016-02-15staging: fbtft: Insert blank line after function declarationEva Rachel Retuya4-0/+4
2016-02-15staging: fbtft: Fix alignment to match open parenthesisEva Rachel Retuya4-28/+27
2016-02-15staging: fbtft: Modify block comments based on kernel coding styleEva Rachel Retuya4-82/+83
2016-02-15Staging: lustre: obdclass: Declare function as staticBhumika Goyal1-1/+2
2016-02-15Staging: lustre: llite: Remove NULL check before kfreeBhumika Goyal1-5/+4
2016-02-15staging: lustre: obdclass: Use IS_ERR_OR_NULLAmitoj Kaur Chawla1-1/+1
2016-02-15staging: lustre/lnet: Fix wrong typecasting warning generated by sparseNiranjan Dighe1-4/+2
2016-02-15staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons35-991/+985
2016-02-15staging: lustre: fix all NULL comparisons in LNet layerJames Simmons32-852/+846
2016-02-15staging: lustre: balance braces properly in LNet layerJames Simmons7-17/+15
2016-02-15staging: lustre: remove space in LNet function declarationsJames Simmons5-163/+161