From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752607AbbEJVDL (ORCPT ); Sun, 10 May 2015 17:03:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50104 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752033AbbEJVAG (ORCPT ); Sun, 10 May 2015 17:00:06 -0400 Date: Sun, 10 May 2015 15:07:50 +0200 From: Greg KH To: Abhishek Bist Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging : wlan-ng: fix memcpy with ether_addr_copy in p80211conv.c Message-ID: <20150510130750.GA30496@kroah.com> References: <20150503195442.GA20053@kroah.com> <1430823331-13653-1-git-send-email-ishubist@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430823331-13653-1-git-send-email-ishubist@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 05, 2015 at 04:25:31PM +0530, Abhishek Bist wrote: > This is a patch which fixes memcpy warning found by a checpatch.pl in p80211conv.c > and replaces memcpy with ether_addr_copy. > --- > drivers/staging/wlan-ng/p80211conv.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) We need proof this is ok to do, like I asked last time :(