From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757361AbcJPSzD (ORCPT ); Sun, 16 Oct 2016 14:55:03 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:36407 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755684AbcJPSzB (ORCPT ); Sun, 16 Oct 2016 14:55:01 -0400 Subject: Re: [PATCH 0/5] Replace data type declarations with variables of same types in several source files. To: Alexander Alemayhu References: <1476108142-27623-1-git-send-email-sergio.paracuellos@gmail.com> <20161016082414.GA2077@gmail.com> Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org From: Sergio Paracuellos Message-ID: <5803CD01.5010903@gmail.com> Date: Sun, 16 Oct 2016 20:54:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20161016082414.GA2077@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org El 2016年10月16日 a las 10:24, Alexander Alemayhu escribió: > On Mon, Oct 10, 2016 at 04:02:17PM +0200, Sergio Paracuellos wrote: >> This patch series replaces several sizeof(struct XXX) stuff in favour >> of sizeof(var) which is the preferred one. >> > > Why not squash this series into one patch? The commit messages are fairly > similar and the changes are focused into one area. Would be better with one > commit, IMO. > Commit messages are similar but applies to different files. That was the reason of sending the patchset and not only one patch. If it had been better to send only one patch please, let me know to be correct next time. The patchset seems that has been already added to the staging branch. Thanks in advance. Cheers, Sergio Paracuellos