Re: [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-14 Thread Mateusz Kulikowski
On 12.05.2015 23:19, Greg KH wrote: > On Tue, May 12, 2015 at 09:52:01PM +0200, Mateusz Kulikowski wrote: >> On 10.05.2015 15:19, Greg KH wrote: >>> On Sat, May 09, 2015 at 11:18:50PM +0200, Mateusz Kulikowski wrote: Replace memcpy() with ether_addr_copy() where possible to make

Re: [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-14 Thread Mateusz Kulikowski
On 12.05.2015 23:19, Greg KH wrote: On Tue, May 12, 2015 at 09:52:01PM +0200, Mateusz Kulikowski wrote: On 10.05.2015 15:19, Greg KH wrote: On Sat, May 09, 2015 at 11:18:50PM +0200, Mateusz Kulikowski wrote: Replace memcpy() with ether_addr_copy() where possible to make checkpatch.pl happy.

Re: [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-12 Thread Greg KH
On Tue, May 12, 2015 at 09:52:01PM +0200, Mateusz Kulikowski wrote: > On 10.05.2015 15:19, Greg KH wrote: > > On Sat, May 09, 2015 at 11:18:50PM +0200, Mateusz Kulikowski wrote: > >> Replace memcpy() with ether_addr_copy() where possible to make > >> checkpatch.pl happy. > > > > I need proof that

Re: [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-12 Thread Mateusz Kulikowski
On 10.05.2015 15:19, Greg KH wrote: > On Sat, May 09, 2015 at 11:18:50PM +0200, Mateusz Kulikowski wrote: >> Replace memcpy() with ether_addr_copy() where possible to make >> checkpatch.pl happy. > > I need proof that this is ok to do, please provide that in the changelog > entry. What kind of

Re: [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-12 Thread Mateusz Kulikowski
On 10.05.2015 15:19, Greg KH wrote: On Sat, May 09, 2015 at 11:18:50PM +0200, Mateusz Kulikowski wrote: Replace memcpy() with ether_addr_copy() where possible to make checkpatch.pl happy. I need proof that this is ok to do, please provide that in the changelog entry. What kind of proof do

Re: [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-12 Thread Greg KH
On Tue, May 12, 2015 at 09:52:01PM +0200, Mateusz Kulikowski wrote: On 10.05.2015 15:19, Greg KH wrote: On Sat, May 09, 2015 at 11:18:50PM +0200, Mateusz Kulikowski wrote: Replace memcpy() with ether_addr_copy() where possible to make checkpatch.pl happy. I need proof that this is ok

Re: [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-10 Thread Greg KH
On Sat, May 09, 2015 at 11:18:50PM +0200, Mateusz Kulikowski wrote: > Replace memcpy() with ether_addr_copy() where possible to make > checkpatch.pl happy. I need proof that this is ok to do, please provide that in the changelog entry. thanks, greg k-h -- To unsubscribe from this list: send

Re: [PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-10 Thread Greg KH
On Sat, May 09, 2015 at 11:18:50PM +0200, Mateusz Kulikowski wrote: Replace memcpy() with ether_addr_copy() where possible to make checkpatch.pl happy. I need proof that this is ok to do, please provide that in the changelog entry. thanks, greg k-h -- To unsubscribe from this list: send the

[PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-09 Thread Mateusz Kulikowski
Replace memcpy() with ether_addr_copy() where possible to make checkpatch.pl happy. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +- drivers/staging/rtl8192e/rtl819x_BAProc.c | 13 +++--- drivers/staging/rtl8192e/rtllib_crypt_tkip.c | 19

[PATCH v3 02/33] staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings

2015-05-09 Thread Mateusz Kulikowski
Replace memcpy() with ether_addr_copy() where possible to make checkpatch.pl happy. Signed-off-by: Mateusz Kulikowski mateusz.kulikow...@gmail.com --- drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +- drivers/staging/rtl8192e/rtl819x_BAProc.c | 13 +++---