On Thu, 20 Sep 2018 17:06:59 +0000
Haiyang Zhang <haiya...@linuxonhyperv.com> wrote:

> +static inline void rsc_add_data
> +     (struct netvsc_channel *nvchan,
> +      const struct ndis_pkt_8021q_info *vlan,
> +      const struct ndis_tcp_ip_checksum_info *csum_info,
> +      void *data, u32 len)
> +{

Could this be changed to look more like a function and skip the inline.
The compiler will end up inlining it anyway.

static void rsc_add_data(struct netvsc_channel *nvchan,

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to