Re: [PATCH] hyperv: Remove unused inline functions in hyperv.h

2021-07-15 Thread Wei Liu
Hi Sonia On Wed, Jul 14, 2021 at 01:20:34PM -0700, Sonia Sharma wrote: [...] > -static inline void set_channel_affinity_state(struct vmbus_channel *c, > - enum hv_numa_policy policy) > -{ > - c->affinity_policy = policy; > -} > - This function was rem

Re: [PATCH net-next 13/22] net: xen-netback: fix return type of ndo_start_xmit function

2018-09-20 Thread Wei Liu
the function > return type to netdev_tx_t. > > Found by coccinelle. > > Signed-off-by: YueHaibing Acked-by: Wei Liu ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH 4/4] drivers/net: Use octal not symbolic permissions

2018-03-26 Thread Wei Liu
> > Signed-off-by: Joe Perches > --- > drivers/net/xen-netback/xenbus.c | 4 +- > drivers/net/xen-netfront.c | 6 +-- Reviewed-by: Wei Liu ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdrive