Re: [RFC patch 29/32] trace event asoc remove semicolons

From: Mark Brown
Date: Tue May 03 2011 - 09:21:47 EST


On Mon, May 02, 2011 at 05:11:52PM -0400, Mathieu Desnoyers wrote:
> Part of the gradual TRACE_EVENT() semicolon removal. Enables creation of array
> of events, thus saving space for trace event probes.

Can I apply this in my tree or does this depend on some earlier patch I
don't have?

> +#ifndef _TRACE_ASOC_DEF_
> +#define _TRACE_ASOC_DEF_
> +
> struct snd_soc_jack;
> struct snd_soc_codec;
> struct snd_soc_card;
> struct snd_soc_dapm_widget;
>
> +#endif /* _TRACE_ASOC_DEF_ */

This is an unrelated change and should be split out. Frankly I'm not
that this is an improvement anyway, the struct declarations aren't going
to do any harm...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/