All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: delete duplicate dev_set_rx_mode() call
@ 2014-06-15 10:05 Weiping Pan
  2014-06-15 10:05 ` [PATCH net 1/2] " Weiping Pan
  2014-06-15 10:05 ` [PATCH net 2/2] net: make some functions return void Weiping Pan
  0 siblings, 2 replies; 4+ messages in thread
From: Weiping Pan @ 2014-06-15 10:05 UTC (permalink / raw)
  To: netdev; +Cc: davem, edumazet, Weiping Pan

This patchset delete duplicate dev_set_rx_mode() call, and it also make some
functions return void instead of int.

Weiping Pan (2):
  net: delete duplicate dev_set_rx_mode() call
  net: make some functions return void

 net/core/dev.c | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

-- 
1.9.0

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

end of thread, other threads:[~2014-06-16  3:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-15 10:05 [PATCH net 0/2] net: delete duplicate dev_set_rx_mode() call Weiping Pan
2014-06-15 10:05 ` [PATCH net 1/2] " Weiping Pan
2014-06-16  3:05   ` David Miller
2014-06-15 10:05 ` [PATCH net 2/2] net: make some functions return void Weiping Pan

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.