From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 0/3] SATA: Fine-tuning for two function implementations Date: Fri, 28 Apr 2017 17:53:34 -0400 Message-ID: <20170428215334.GH22354@htj.duckdns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: kernel-janitors-owner@vger.kernel.org To: SF Markus Elfring Cc: linux-ide@vger.kernel.org, Hans de Goede , LKML , kernel-janitors@vger.kernel.org List-Id: linux-ide@vger.kernel.org Hello, On Tue, Apr 18, 2017 at 10:00:37PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 18 Apr 2017 21:54:32 +0200 > > A few update suggestions were taken into account > from static source code analysis. Hmmm, allocs -> callocs. Are these actually beneficial? If so, why? Because one multiplication is rolled into the call? Thanks. -- tejun