Re: [PATCH net] docs: netdev: Document guidance on inline functions
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-02-03 15:10:32
Also in:
linux-doc, workflows
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-02-03 15:10:32
Also in:
linux-doc, workflows
Conversely, spelling and grammar fixes are not discouraged. +Inline functions +---------------- + +The use of static inline functions in .c file is strongly discouraged
I don't think 'static' is relevant here. They probably are static, if
they are inline, and to avoid warnings about missing declarations. But
we just prefer not to have any sort of inline functions without good
justifications within a .c file.
A nit pick, so:
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew