Re: [net-next PATCH v3 4/6] macvtap: adjust macvtap_skb_to_vnet_hdr() to be void

2013-12-06 Thread David Miller
From: Zhi Yong Wu Date: Fri, 6 Dec 2013 14:19:40 +0800 > From: Zhi Yong Wu > > Signed-off-by: Zhi Yong Wu As mentioned elsewhere, please combine the change that removes the return value check with the change which adjusts the function return type to "void". Thank you. -- To unsubscribe from

[net-next PATCH v3 4/6] macvtap: adjust macvtap_skb_to_vnet_hdr() to be void

2013-12-05 Thread Zhi Yong Wu
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- drivers/net/macvtap.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/macvtap.c b/drivers/net/macvtap.c index d271fb4..f599c47 100644 --- a/drivers/net/macvtap.c +++ b/drivers/net/macvtap.c @@ -588,7 +588