From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Subject: Re: [PATCH 5/7] ASoC: constify snd_soc_ops structures Date: Tue, 25 Oct 2016 10:39:59 +0200 (CEST) Message-ID: References: <1476543351-17858-1-git-send-email-Julia.Lawall@lip6.fr> <1476543351-17858-6-git-send-email-Julia.Lawall@lip6.fr> <20161024173423.GL17252@sirena.org.uk> <1477382672.1998.5.camel@perches.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: In-Reply-To: <1477382672.1998.5.camel@perches.com> Sender: linux-kernel-owner@vger.kernel.org To: Joe Perches Cc: Mark Brown , Liam Girdwood , kernel-janitors@vger.kernel.org, Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Tue, 25 Oct 2016, Joe Perches wrote: > On Tue, 2016-10-25 at 07:55 +0200, Julia Lawall wrote: > > On Mon, 24 Oct 2016, Mark Brown wrote: > > > On Sat, Oct 15, 2016 at 04:55:49PM +0200, Julia Lawall wrote: > > > > --- > > > > sound/soc/generic/simple-card.c | 2 +- > [...] > > > > sound/soc/mxs/mxs-sgtl5000.c | 2 +- > > > > 16 files changed, 28 insertions(+), 28 deletions(-) > > > > > > You split out a few drivers as separate patches but not these ones - > > > what's special about these ones? > > >u > If it's preferred, I could send them all one file at a time, or when the > > maintainers are very similar just send one patch to all the maintainers. > > Whatever works. > There's no single style appropriate for the entire kernel. Actually, I was wondering for this kind of patch specifically. thanks, julia