Re: [U-Boot] [PATCH REPOST] checkpatch: ignore request to use ether_addr_copy()

2016-01-25 Thread Marek Vasut
On Monday, January 25, 2016 at 10:34:40 PM, Stephen Warren wrote: > On 01/25/2016 01:43 PM, Marek Vasut wrote: > > On Monday, January 25, 2016 at 05:48:00 PM, Stephen Warren wrote: > >> From: Stephen Warren > >> > >> The Linux kernel, from which checkpatch originates, contains function > >> ether

Re: [U-Boot] [PATCH REPOST] checkpatch: ignore request to use ether_addr_copy()

2016-01-25 Thread Stephen Warren
On 01/25/2016 01:43 PM, Marek Vasut wrote: On Monday, January 25, 2016 at 05:48:00 PM, Stephen Warren wrote: From: Stephen Warren The Linux kernel, from which checkpatch originates, contains function ether_addr_copy() to copy Ethernet MAC addresses, and checkpatch warns that it should be used

Re: [U-Boot] [PATCH REPOST] checkpatch: ignore request to use ether_addr_copy()

2016-01-25 Thread Marek Vasut
On Monday, January 25, 2016 at 05:48:00 PM, Stephen Warren wrote: > From: Stephen Warren > > The Linux kernel, from which checkpatch originates, contains function > ether_addr_copy() to copy Ethernet MAC addresses, and checkpatch warns > that it should be used in preference to memcpy() where appr

[U-Boot] [PATCH REPOST] checkpatch: ignore request to use ether_addr_copy()

2016-01-25 Thread Stephen Warren
From: Stephen Warren The Linux kernel, from which checkpatch originates, contains function ether_addr_copy() to copy Ethernet MAC addresses, and checkpatch warns that it should be used in preference to memcpy() where appropriate. U-Boot doesn't contain ether_addr_copy(), so tell checkpatch not to