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

2017-04-18 Thread David Miller
From: Stefan Agner 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 > --- > Changes in v2: > - Move

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

2017-04-17 Thread Stefan Agner
The attribute declaration is typically before the definition. Move the __maybe_unused attribute declaration before the struct keyword. Signed-off-by: Stefan Agner --- Changes in v2: - Move __maybe_unused after the complete type drivers/net/ethernet/cirrus/cs89x0.c | 2 +- 1