From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755477AbbEFFcv (ORCPT ); Wed, 6 May 2015 01:32:51 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:36274 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671AbbEFFct (ORCPT ); Wed, 6 May 2015 01:32:49 -0400 Date: Wed, 6 May 2015 11:02:36 +0530 From: Sudip Mukherjee To: Abhishek Bist Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging : wlan-ng: fix memcpy with ether_addr_copy in p80211conv.c Message-ID: <20150506053236.GA3747@sudip-PC> 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.21 (2010-09-15) 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. > --- you missed the the Signed-off-by: regards sudip