From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754169AbcGDPB5 (ORCPT ); Mon, 4 Jul 2016 11:01:57 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:60909 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424AbcGDPBz (ORCPT ); Mon, 4 Jul 2016 11:01:55 -0400 X-IronPort-AV: E=Sophos;i="5.26,575,1459807200"; d="scan'208";a="225422797" Date: Mon, 4 Jul 2016 17:01:53 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Mark Brown cc: Amitoj Kaur Chawla , nicolas.ferre@atmel.com, lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASOC: Atmel: ClassD: Simplify use of devm_ioremap_resource In-Reply-To: <20160704145959.GI6247@sirena.org.uk> Message-ID: References: <20160704130352.GA16886@amitoj-Inspiron-3542> <20160704141533.GG6247@sirena.org.uk> <20160704145959.GI6247@sirena.org.uk> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 4 Jul 2016, Mark Brown wrote: > On Mon, Jul 04, 2016 at 04:52:43PM +0200, Julia Lawall wrote: > > On Mon, 4 Jul 2016, Mark Brown wrote: > > > > Please use subject lines matching the style for the subsystem. This > > > makes it easier for people to identify relevant patches. > > > The point is that ASOC should be ASoC? Ther aren't many patches on this > > file, and two of the three have the same subject line as the above, but > > with ASoC rather than ASOC. > > Yes, that's the case here (this is one of my pre-canned responses and I > didn't yet figure out a sensible way to make it parameterized yet, > should add a bit about trawling git log though). OK, thanks. With all the capital letters it looks odd overall, so that is why I was wondering. julia