From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758287AbbEaNNK (ORCPT ); Sun, 31 May 2015 09:13:10 -0400 Received: from smtprelay0105.hostedemail.com ([216.40.44.105]:37463 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758240AbbEaNNE (ORCPT ); Sun, 31 May 2015 09:13:04 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::::::::,RULES_HIT:41:355:379:408:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2198:2199:2393:2553:2559:2562:2828:2910:3138:3139:3140:3141:3142:3352:3622:3865:3866:3868:3870:3871:3873:3874:4321:4552:5007:6261:6742:7576:7754:7901:7903:10004:10400:10848:11232:11658:11914:12517:12519:12740:13069:13161:13229:13311:13357:14096:14097:14346:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: end26_8ec2280564e38 X-Filterd-Recvd-Size: 2372 Message-ID: <1433077980.2984.23.camel@perches.com> Subject: Re: [PATCH] staging: Replace kzalloc and memcpy by kmemdup From: Joe Perches To: "gregkh@linuxfoundation.org" Cc: "Dumbre, Nitesh Dilip (N.)" , "oleg.drokin@intel.com" , "andreas.dilger@intel.com" , "Julia.Lawall@lip6.fr" , "gdonald@gmail.com" , "akpm@linux-foundation.org" , "rickard_strandqvist@spectrumdigital.se" , "uja.ornl@gmail.com" , "john.hammond@intel.com" , "HPDD-discuss@lists.01.org" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Date: Sun, 31 May 2015 06:13:00 -0700 In-Reply-To: <20150531023509.GC13103@kroah.com> References: <20150520070418.GA28946@jci-VirtualBox> <20150531023509.GC13103@kroah.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2015-05-31 at 11:35 +0900, gregkh@linuxfoundation.org wrote: > On Wed, May 20, 2015 at 07:04:27AM +0000, Dumbre, Nitesh Dilip (N.) wrote: > > This patch was generated by coccicheck and replaces kzalloc followed > > by memcpy with kmemdup > > > > Signed-off-by: Nitesh Dumbre > > Name doesn't match the From: line, please fix your broken email client. > > WHat is up with this company's email, there is a bunch of patches from > different people, all of them broken like this. Greg you are being a bit silly here. The names match, but the company's email naming policy is not "first last" but "last, first". People generally sign their names "first last". Nothing is broken but your desire for exact name matching. If this was an actual "From:" line in the body of the email, you'd be more likely correct that the names don't match, but this is not that case.