From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423034AbdAISgl (ORCPT ); Mon, 9 Jan 2017 13:36:41 -0500 Received: from mail-qt0-f169.google.com ([209.85.216.169]:33243 "EHLO mail-qt0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034689AbdAISgh (ORCPT ); Mon, 9 Jan 2017 13:36:37 -0500 MIME-Version: 1.0 In-Reply-To: <304ae7a7-bc51-83d7-2a6b-844cdf4c346f@users.sourceforge.net> References: <8e2accf5-90b3-6bd0-2abd-699927bc459b@users.sourceforge.net> <304ae7a7-bc51-83d7-2a6b-844cdf4c346f@users.sourceforge.net> From: Linus Walleij Date: Mon, 9 Jan 2017 19:36:36 +0100 Message-ID: Subject: Re: [PATCH 7/8] mmc-core: Use kcalloc() in mmc_test_alloc_mem() To: SF Markus Elfring , Chunyan Zhang Cc: "linux-mmc@vger.kernel.org" , Adrian Hunter , Harjani Ritesh , Jens Axboe , Mike Christie , Shawn Lin , Ulf Hansson , Wolfram Sang , LKML , kernel-janitors@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 8, 2017 at 10:50 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 8 Jan 2017 21:43:12 +0100 > > * The script "checkpatch.pl" pointed information out like the following. > > WARNING: Prefer kcalloc over kzalloc with multiply > > Thus fix the affected source code place. > > * Replace the specification of a data structure by a pointer dereference > to make the corresponding size determination a bit safer according to > the Linux coding style convention. > > Signed-off-by: Markus Elfring Reviewed-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Date: Mon, 09 Jan 2017 18:36:36 +0000 Subject: Re: [PATCH 7/8] mmc-core: Use kcalloc() in mmc_test_alloc_mem() Message-Id: List-Id: References: <8e2accf5-90b3-6bd0-2abd-699927bc459b@users.sourceforge.net> <304ae7a7-bc51-83d7-2a6b-844cdf4c346f@users.sourceforge.net> In-Reply-To: <304ae7a7-bc51-83d7-2a6b-844cdf4c346f@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring , Chunyan Zhang Cc: "linux-mmc@vger.kernel.org" , Adrian Hunter , Harjani Ritesh , Jens Axboe , Mike Christie , Shawn Lin , Ulf Hansson , Wolfram Sang , LKML , kernel-janitors@vger.kernel.org On Sun, Jan 8, 2017 at 10:50 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 8 Jan 2017 21:43:12 +0100 > > * The script "checkpatch.pl" pointed information out like the following. > > WARNING: Prefer kcalloc over kzalloc with multiply > > Thus fix the affected source code place. > > * Replace the specification of a data structure by a pointer dereference > to make the corresponding size determination a bit safer according to > the Linux coding style convention. > > Signed-off-by: Markus Elfring Reviewed-by: Linus Walleij Yours, Linus Walleij