From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758056AbbEaC4C (ORCPT ); Sat, 30 May 2015 22:56:02 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39505 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754812AbbEaCzy (ORCPT ); Sat, 30 May 2015 22:55:54 -0400 Date: Sun, 31 May 2015 11:30:51 +0900 From: "gregkh@linuxfoundation.org" To: "Dighe, Niranjan (N.)" Cc: "oleg.drokin@intel.com" , "andreas.dilger@intel.com" , "Julia.Lawall@lip6.fr" , "gdonald@gmail.com" , "rd@radekdostal.com" , "uja.ornl@gmail.com" , "joe@perches.com" , "HPDD-discuss@lists.01.org" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] Staging: lustre: Replace kzalloc followed by memcpy with kmemdup Message-ID: <20150531023051.GA6440@kroah.com> References: <20150530102211.GA12727@codebox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150530102211.GA12727@codebox> 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 Sat, May 30, 2015 at 10:22:17AM +0000, Dighe, Niranjan (N.) wrote: > Replace kzalloc followed by memcpy by kmemdup. This patch was generated > by 'make coccicheck' > > Signed-off-by: Niranjan Dighe Your name here doesn't match the name in the From: line of your email. Please fix up your email client for all of the patches you sent me and resend. thanks, greg k-h