This Is Your Compensation!

2018-06-23 Thread Alvin Alton KELLY
My Dear Friend. My beloved, I want you to know that I have succeeded in completing the transfer with the help of my new partner but I did not forget you due to your effort, sincerity, courage and trustworthiness you showed at the course of transferring my funds to your account even though we di

This Is Your Compensation!

2018-06-23 Thread Alvin Alton KELLY
My Dear Friend. My beloved, I want you to know that I have succeeded in completing the transfer with the help of my new partner but I did not forget you due to your effort, sincerity, courage and trustworthiness you showed at the course of transferring my funds to your account even though we di

[PATCH] staging: Convert random_ether_addr to eth_random_addr

2018-06-23 Thread Joe Perches
random_ether_addr is a #define for eth_random_addr which is generally preferred in kernel code by ~3:1 Convert the uses of random_ether_addr to enable removing the #define Signed-off-by: Joe Perches --- drivers/staging/mt7621-eth/mtk_eth_soc.c | 2 +- drivers/staging/rtl8192u/ieee

Re: [PATCH] staging: rtl8723bs: do not use assignment in if condition

2018-06-23 Thread Joe Perches
On Fri, 2018-06-22 at 21:11 +0200, Michael Straube wrote: > On 06/22/18 19:28, Joe Perches wrote: > > Although the last memcpy of a fixed mac address could > > probably use eth_random_addr to reduce the likelihood > > of mac address collision so maybe > > eth_random_addr(mac_addr); > Us

[PATCH] staging: rtl8723bs: refactor rtw_macaddr_cfg()

2018-06-23 Thread Michael Straube
Using is_broadcast_ether_addr() and is_zero_ether_addr() instead of testing each byte of the mac[] array for 0xff and 0x00 shortens the code and improves readability. If np == NULL, of_get_property() returns NULL, hence the "np" check is not needed. Instead of a fixed default mac address use a ra

hello

2018-06-23 Thread Ann Johnson
I intend to leave my money to you,am also giving my body to science for research. I want this last act of mine to be an offering to GOD and humanity. I'm diagnosed with laryngeal cancer,respond so i know you got this. Bless you ___ devel mailing list de.

Re: [PATCH] staging: rtl8723bs: fix brace coding style issues

2018-06-23 Thread Dan Carpenter
On Fri, Jun 22, 2018 at 03:27:46PM +0200, Michael Straube wrote: > On 06/22/18 12:28, Dan Carpenter wrote: > > > if (count < 1) > > > return -EFAULT; > > > - if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { > > > + if (buffer && !copy_from_user(tmp, buffer, siz