From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752148Ab1ECOYK (ORCPT ); Tue, 3 May 2011 10:24:10 -0400 Received: from cassiel.sirena.org.uk ([80.68.93.111]:38135 "EHLO cassiel.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022Ab1ECOYI (ORCPT ); Tue, 3 May 2011 10:24:08 -0400 Date: Tue, 3 May 2011 15:24:07 +0100 From: Mark Brown To: Mathieu Desnoyers Cc: LKML , Steven Rostedt , Ingo Molnar , Thomas Gleixner , Frederic Weisbecker Subject: Re: [RFC patch 29/32] trace event asoc remove semicolons Message-ID: <20110503142407.GC2893@sirena.org.uk> References: <20110502211123.163877033@efficios.com> <20110502213216.050459585@efficios.com> <20110503132138.GL1762@opensource.wolfsonmicro.com> <20110503140647.GA29665@Krystal> <20110503141436.GB2893@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110503141436.GB2893@sirena.org.uk> X-Cookie: Your step will soil many countries. User-Agent: Mutt/1.5.18 (2008-05-17) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: broonie@sirena.org.uk X-SA-Exim-Scanned: No (on cassiel.sirena.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 03, 2011 at 03:14:37PM +0100, Mark Brown wrote: > On Tue, May 03, 2011 at 10:06:47AM -0400, Mathieu Desnoyers wrote: > > Yes, this change is related, because these declarations will cause harm. > > The structure declaration cannot be put within an array declaration, > > because then they won't be simply "ignored": they will try to declare > > structures within an array, which is not valid. This is why I did this > > change in the same patch. > This might make a bit more sense if we'd seen the earlier or possibly > later patches... According to the patch description all you're doing > here is removing the semicolons. OK, now I see patch 1 I understand why you're doing this. It should still be at least called out in the patch description if not actually split out into a separate patch (which would be ideal) - one of the things that really stands out in reviews is unrelated changes.