Re: [PATCH 01/10] staging: ccree: remove inline qualifiers

From: Dan Carpenter
Date: Mon Dec 04 2017 - 04:37:12 EST


On Sun, Dec 03, 2017 at 01:58:12PM +0000, Gilad Ben-Yossef wrote:
> The ccree drivers was marking a lot of big functions in C file as
> static inline for no good reason. Remove the inline qualifier from
> any but the few truly single line functions.
>

The compiler is free to ignore inline hints... It probably would make
single line functions inline anyway.

regards,
dan carpenter