summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging: android: ion: Initialize dma_address of new sg listLiam Mark2018-02-201-1/+1
* staging: lustre: use memdup_user to allocate memory and copy from userDafna Hirschfeld2018-02-201-6/+4
* staging: pi433: Split subtraction across 2 linesEisha Chen-yen-su2018-02-201-1/+2
* staging: pi433: Split some function callsEisha Chen-yen-su2018-02-201-15/+30
* staging: wilc1000: remove Unnecessary parentheses around 'hif_set_mc->cnt'Ajay Singh2018-02-191-1/+1
* staging: wilc1000: rename wilc_remove_key() parameters to avoid camelCaseAjay Singh2018-02-192-3/+3
* staging: wilc1000: rename GetPeriodicRSSI to avoid camelCaseAjay Singh2018-02-191-2/+2
* staging: wilc1000: rename ListenTimerCB to avoid camelCaseAjay Singh2018-02-191-2/+2
* staging: wilc1000: rename functions starting with TimerCB_ to avoid camelCaseAjay Singh2018-02-191-4/+4
* staging: wilc1000: rename functions starting with Handle_ to avoid camelCaseAjay Singh2018-02-191-49/+49
* staging: wilc1000: rename pstrRcvdNetworkInfo to avoid camelCaseAjay Singh2018-02-191-4/+4
* staging: wilc1000: rename pstrRcvdGnrlAsyncInfo to avoid camelCaseAjay Singh2018-02-191-12/+12
* staging: wilc1000: rename strHostIfStaInactiveT to avoid camelCaseAjay Singh2018-02-191-2/+2
* staging: wilc1000: rename pstrHostIfRegisterFrame to avoid camelCaseAjay Singh2018-02-191-4/+4
* staging: wilc1000: rename pstrHostIfRemainOnChan to avoid camelCaseAjay Singh2018-02-191-11/+11
* staging: wilc1000: rename host_int_get_assoc_res_info() parameters to avoid c...Ajay Singh2018-02-191-10/+10
* staging: wilc1000: rename strHostIfSetMulti to avoid camelCaseAjay Singh2018-02-191-9/+9
* staging: wilc1000: rename s8PowerMode & strPowerMgmtParam to avoid camelCaseAjay Singh2018-02-191-6/+6
* Staging: gdm724x: tty: Remove unused macro 'gdm_tty_send_control'.Quytelda Kahja2018-02-191-3/+0
* Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_recv'.Quytelda Kahja2018-02-191-5/+6
* Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_send'.Quytelda Kahja2018-02-191-9/+6
* Staging: gdm724x: mux: Check return value of register_lte_tty_driver().Quytelda Kahja2018-02-191-1/+5
* Staging: gdm724x: LTE: Fix argument list not aligned with parenthesis.Quytelda Kahja2018-02-191-1/+2
* staging:r8188eu: Use lib80211 to decrypt WEP-framesIvan Safonov2018-02-194-37/+49
* staging: rtl8712: fix signedness of length to rtl8717_set_ieStefano Manni2018-02-191-1/+2
* staging: rtl8712: make unsigned length for rtl8717_get{_wpa_, _wpa2_, _}ieStefano Manni2018-02-194-9/+10
* staging: comedi: Use '"%s:", __func__' instead of function nameEisha Chen-yen-su2018-02-191-1/+1
* staging: rtl8723bs: clean up conditionalsDafna Hirschfeld2018-02-191-17/+7
* staging: comedi: Add a missing spaceEisha Chen-yen-su2018-02-191-1/+1
* staging: rtl8188eu: Replace function name in string with __func__Dafna Hirschfeld2018-02-191-1/+2
* staging: vt6655: remove additional blank lineSantha Meena Ramamoorthy2018-02-191-1/+0
* staging: comedi: Remove a newline inside a dereferenceEisha Chen-yen-su2018-02-191-5/+4
* staging: wilc1000: fix line over 80 chars in wilc_wlan_handle_txq()Ajay Singh2018-02-161-14/+24
* staging: wilc1000: fix line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh2018-02-161-3/+13
* staging: wilc1000: fix line over 80 characters in tcp_process()Ajay Singh2018-02-161-1/+3
* staging: wilc1000: fix line over 80 chars in add_tcp_pending_ack()Ajay Singh2018-02-161-5/+7
* staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_get_wid_value()Ajay Singh2018-02-161-3/+5
* staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_indicate_rxi()Ajay Singh2018-02-161-3/+6
* staging: wilc1000: remove blank line before close brace in wilc_wlan_cfg_get_...Ajay Singh2018-02-161-1/+0
* staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set_str()Ajay Singh2018-02-161-1/+2
* staging: wilc1000: fix open parenthesis alignment mismatch in wilc_parse_netw...Ajay Singh2018-02-161-2/+2
* staging: wilc1000: fix line over 80 characters in sdio_clear_int_ext()Ajay Singh2018-02-161-2/+5
* staging: wilc1000: fix too many leading tabs warning in sdio_clear_int_ext()Ajay Singh2018-02-161-69/+65
* staging: wilc1000: remove unnecessary comments to avoid line over 80 char issueAjay Singh2018-02-161-4/+4
* staging: android: ion: Combine cache and uncache poolsYisheng Xie2018-02-164-83/+16
* staging: android: ion: Cleanup ion_page_pool_alloc_pagesYisheng Xie2018-02-161-6/+2
* staging: android: ion: Return void instead of intYisheng Xie2018-02-161-2/+1
* staging: android: ion: Remove dead code in ion_page_pool_freeYisheng Xie2018-02-161-5/+1
* staging: android: ion: Remove lable debugfs_doneYisheng Xie2018-02-161-4/+1
* staging: android: ion: Avoid NULL point in error pathYisheng Xie2018-02-161-7/+3