Benachrichtigung der Gewinner !!!.

2020-10-27 Thread max
Benachrichtigung der Gewinner !!!. Ihre E-Mail-ID hat Ђ 150.000,00 Euro (ein hundertfьnfzigtausend Euro) in LottoMax International Charity program.Ref Well Sp gewonnen /179/0-39/44/4-07/ES.Lucky No.9 / 44/15/27 / 49.For Weitere Informationen und Antragsverfahren , benutzen Sie bitte unser Agent

[PATCH] drivers/staging/kpc2000: fix build error on xtensa

2019-05-08 Thread Max Filippov
/include/asm/uaccess.h:40:22: error: implicit declaration of function ‘uaccess_kernel’; ... #define __kernel_ok (uaccess_kernel()) ^~ Include linux/uaccess.h to fix that. Signed-off-by: Max Filippov --- drivers/staging/kpc2000/kpc_dma/fileops.c | 2 +- 1

[PATCH] staging: sm7xxfb: make smtc_scr_info static

2015-02-03 Thread Max Perepelitsyn
This symbol is never used anywhere else besides sm7xxfb.c Signed-off-by: Max Perepelitsyn --- drivers/staging/sm7xxfb/sm7xxfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging/sm7xxfb/sm7xxfb.c index 2ae9fd0..72036c2

[PATCH] staging: rtl8712: remove spaces before commas

2015-01-02 Thread Max Perepelitsyn
checkpatch.pl fix for ERROR: space prohibited before that ',' (ctx:WxE) Signed-off-by: Max Perepelitsyn --- drivers/staging/rtl8712/rtl8712_cmd.h | 12 ++-- drivers/staging/rtl8712/rtl8712_event.h | 2 +- drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 4 ++-

[PATCH] staging: rtl8188eu: Add missing include to pick up prototype

2014-08-30 Thread Max Vozeler
This fixes the following sparse warning: drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c:119:6: warning: symbol 'rtl88e_phy_mac_config' was not declared. Should it be static? Signed-off-by: Max Vozeler --- drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c | 1 + 1 file changed, 1

[PATCH] staging: usbip: remove redundant return statements

2014-07-28 Thread Max Vozeler
: + return; +} Signed-off-by: Max Vozeler --- drivers/staging/usbip/stub_rx.c | 1 - drivers/staging/usbip/vhci_hcd.c | 1 - drivers/staging/usbip/vhci_rx.c | 2 -- 3 files changed, 4 deletions(-) diff --git a/drivers/staging/usbip/stub_rx.c b/drivers/staging/usbip/stub_rx.c index eac1325