From: Atul Gupta <atul.gu...@chelsio.com> Date: Mon, 12 Feb 2018 17:33:48 +0530
> + /* When calling get_netdev, the HW vendor's driver should return the > + * net device of device @device at port @port_num or NULL if such > + * a net device doesn't exist > + */ > + struct net_device *(*netdev)(struct tls_device *device, > + struct net_device *netdev); I do not see a "port_num" parameter or structure member anywhere. Please update this comment to match reality. Thank you.