Re: [PATCH 1/7] mfd: max8997-irq: 'inline' should be at the beginning of the declaration

From: Arnd Bergmann
Date: Thu Sep 15 2016 - 07:29:08 EST


On Thursday, September 15, 2016 11:45:15 AM CEST Lee Jones wrote:
> -static const inline struct max8997_irq_data *
> +inline static const struct max8997_irq_data *

I think this causes another warning, the order should be
"stastic inline const struct max8997_irq_data".

Arnd