From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751265AbbDHEPI (ORCPT ); Wed, 8 Apr 2015 00:15:08 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:35752 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750916AbbDHEPG (ORCPT ); Wed, 8 Apr 2015 00:15:06 -0400 Date: Wed, 8 Apr 2015 09:44:54 +0530 From: Sudip Mukherjee To: "Dhere, Chaitanya (C.)" Cc: "gregkh@linuxfoundation.org" , "navin.patidar@gmail.com" , "dan.carpenter@oracle.com" , "vthakkar1994@gmail.com" , "tapaswenipathak@gmail.com" , "abelmoyo.ab@gmail.com" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] Staging: rtl8188eu: Replaced kzalloc and memcpy combination with kmemdup Message-ID: <20150408041454.GA3016@sudip-PC> References: <20150407142449.GA3000@chaitanya-Ideapad-Z560> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150407142449.GA3000@chaitanya-Ideapad-Z560> 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, Apr 07, 2015 at 02:25:39PM +0000, Dhere, Chaitanya (C.) wrote: > This change was detected with the help of coccinelle tool. > It performs the same function as kzalloc amd memcpy. > > Signed-off-by: Chaitanya Dhere your From: name and this name does not match. regards sudip