From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Mon, 23 Nov 2015 17:36:55 -0600 Subject: [U-Boot] [PATCH 1/2] checkpatch: ignore request to use ether_addr_copy() In-Reply-To: <1447430581-8805-1-git-send-email-swarren@wwwdotorg.org> References: <1447430581-8805-1-git-send-email-swarren@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Nov 13, 2015 at 10:03 AM, 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 appropriate. > U-Boot doesn't contain ether_addr_copy(), so tell checkpatch not to issue > this warning. > > Signed-off-by: Stephen Warren Acked-by: Joe Hershberger