Re: [PATCH net-next v4 07/10] ethtool: cmis_cdb: Add a layer for supporting CDB commands

From: Jakub Kicinski
Date: Thu Apr 18 2024 - 21:59:46 EST


On Thu, 18 Apr 2024 13:34:52 +0300 Danielle Ratson wrote:
> +static inline u16
> +cmis_cdb_module_features_completion_time(struct cmis_cdb_module_features_rpl *rpl)
> +{
> + return be16_to_cpu(rpl->max_completion_time);
> +}

nit: please drop all the inline in this file, the compiler will 100%
inline this anyway