From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757379AbbICRAO (ORCPT ); Thu, 3 Sep 2015 13:00:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41959 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753860AbbICRAM (ORCPT ); Thu, 3 Sep 2015 13:00:12 -0400 Date: Thu, 3 Sep 2015 10:00:12 -0700 From: Greg Kroah-Hartman To: =?iso-8859-1?Q?Rapha=EBl?= Beamonte Cc: devel@driverdev.osuosl.org, Ksenija Stanojevic , Greg Donald , linux-kernel@vger.kernel.org, Cristina Opriceana , Joe Perches , Sudip Mukherjee Subject: Re: [PATCHv2 18/19] staging: rtl8192u: r8192U_core: fix use ether_addr_copy() over memcpy() code style issue Message-ID: <20150903170012.GA7188@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 18, 2015 at 12:58:19PM -0400, Raphaël Beamonte wrote: > Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2) You need to prove that they are aligned before I can take this patch :(