All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 net-next 0/4] net: some cleanups
@ 2013-12-06 20:13 Zhi Yong Wu
  2013-12-06 20:13 ` [PATCH v4 net-next 1/4] vhost: remove the dead branch Zhi Yong Wu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Zhi Yong Wu @ 2013-12-06 20:13 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Since net-next is open now, it's time to post them out again.

Changelog from v3:
 -combine the change that removes the return value check with
the change which adjusts the function return type to "void". [David Miller]

Zhi Yong Wu (4):
  vhost: remove the dead branch
  macvtap: remove the dead branch
  macvtap: remove unused parameter in macvtap_do_read()
  tun: remove unused parameter in tun_do_read()

 drivers/net/macvtap.c |   14 +++++---------
 drivers/net/tun.c     |    7 +++----
 drivers/vhost/net.c   |    9 ++-------
 drivers/vhost/scsi.c  |    7 +------
 drivers/vhost/test.c  |    8 +-------
 drivers/vhost/vhost.c |    4 +---
 drivers/vhost/vhost.h |    2 +-
 7 files changed, 14 insertions(+), 37 deletions(-)

-- 
1.7.6.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-06 20:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06 20:13 [PATCH v4 net-next 0/4] net: some cleanups Zhi Yong Wu
2013-12-06 20:13 ` [PATCH v4 net-next 1/4] vhost: remove the dead branch Zhi Yong Wu
2013-12-06 20:13 ` [PATCH v4 net-next 2/4] macvtap: " Zhi Yong Wu
2013-12-06 20:13 ` [PATCH v4 net-next 3/4] macvtap: remove unused parameter in macvtap_do_read() Zhi Yong Wu
2013-12-06 20:13 ` [PATCH v4 net-next 4/4] tun: remove unused parameter in tun_do_read() Zhi Yong Wu
2013-12-06 20:22 ` [PATCH v4 net-next 0/4] net: some cleanups David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.