Re: [PATCH v2] net: cx89x0: move attribute declaration before struct keyword

From: David Miller
Date: Tue Apr 18 2017 - 16:01:04 EST


From: Stefan Agner <stefan@xxxxxxxx>
Date: Mon, 17 Apr 2017 13:54:34 -0700

> The attribute declaration is typically before the definition. Move
> the __maybe_unused attribute declaration before the struct keyword.
>
> Signed-off-by: Stefan Agner <stefan@xxxxxxxx>
> ---
> Changes in v2:
> - Move __maybe_unused after the complete type

Applied to net-next, thank you.