LinuxLists
Users
About
Ivan Safonov (
[email protected]
)
Number of posts: 221 (0.09 per day)
First post: 2015-11-05 09:57:27
Last post: 2022-04-18 14:55:39
Previous Page
Date
List
Subject
2015-11-08 06:59:02
linux-kernel
[PATCH 03/12] staging: rtl8188eu: change error code from -1 to -EFBIG
2015-11-08 06:58:51
linux-kernel
[PATCH 12/12] staging: rtl8188eu: remove unused RTW_STATUS_CODE function
2015-11-08 06:58:44
linux-kernel
[PATCH 01/13] staging: rtl8188eu: if/else replaced by min_t
2015-11-08 06:58:35
linux-kernel
[PATCH 02/13] staging: rtl8188eu: return value and argument types changed in _rtl88e_write_fw function
2015-11-08 06:58:28
linux-kernel
[PATCH 04/12] staging: rtl8188eu: remove unused hal_data_8188e members
2015-11-08 06:58:16
linux-kernel
[PATCH 10/12] staging: rtl8188eu: reg_macid variable removed in hw_var_set_macaddr
2015-11-08 06:58:06
linux-kernel
[PATCH 08/12] staging: rtl8188eu: if (a) ; else {...} replaced by if (!a) {...}
2015-11-08 06:58:04
linux-kernel
[PATCH 02/12] staging: rtl8188eu: return value and argument types changed in _rtl88e_write_fw function
2015-11-08 06:57:59
linux-kernel
[PATCH 01/12] staging: rtl8188eu: if/else replaced by min_t
2015-11-08 06:57:32
linux-kernel
[PATCH 06/12] staging: rtl8188eu: use memset instead of for loop
2015-11-07 04:08:17
linux-kernel
Re: [PATCH 1/3] staging: rtl8188eu: goto replaced by 'else' branch
2015-11-06 15:18:54
linux-kernel
[PATCH 1/3] staging: rtl8188eu: goto replaced by 'else' branch
2015-11-06 15:18:52
linux-kernel
[PATCH 2/3] staging: rtl8188eu: if/else replaced by min_t
2015-11-06 15:18:50
linux-kernel
[PATCH 3/3] staging: rtl8188eu: goto removed
2015-11-05 13:24:37
linux-kernel
How to mark suspicious code?
2015-11-05 09:57:29
linux-kernel
[PATCH v2 2/2] staging: rtl8188eu: unused macros removed
2015-11-05 09:57:27
linux-kernel
[PATCH v2 1/2] staging: rtl8188eu: rarely used macros replaced by their definitions