netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] use setup_timer() helper function.
@ 2017-09-22 10:58 Allen Pais
  2017-09-22 10:58 ` [PATCH 1/5] net: nfc: hci: use setup_timer() helper Allen Pais
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Allen Pais @ 2017-09-22 10:58 UTC (permalink / raw)
  To: netdev; +Cc: davem, sameo, Allen Pais

This series uses setup_timer() helper function. The series
addresses the files under net/*.



Allen Pais (5):
  net: nfc: hci: use setup_timer() helper.
  net: nfc: hci: llc_shdlc: use setup_timer() helper.
  net: af_packet: use setup_timer() helper.
  net: nfc: core: use setup_timer() helper.
  net: nfc: llcp_core: use setup_timer() helper.

 net/nfc/core.c          |  5 ++---
 net/nfc/hci/core.c      |  5 ++---
 net/nfc/hci/llc_shdlc.c | 15 ++++++---------
 net/nfc/llcp_core.c     | 10 ++++------
 net/packet/af_packet.c  |  4 +---
 5 files changed, 15 insertions(+), 24 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-09-25  7:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22 10:58 [PATCH 0/5] use setup_timer() helper function Allen Pais
2017-09-22 10:58 ` [PATCH 1/5] net: nfc: hci: use setup_timer() helper Allen Pais
2017-09-22 10:58 ` [PATCH 2/5] net: nfc: hci: llc_shdlc: " Allen Pais
2017-09-22 10:58 ` [PATCH 3/5] net: af_packet: " Allen Pais
2017-09-22 10:58 ` [PATCH 4/5] net: nfc: core: " Allen Pais
2017-09-22 10:58 ` [PATCH 5/5] net: nfc: llcp_core: " Allen Pais
2017-09-23  1:22 ` [PATCH 0/5] use setup_timer() helper function David Miller
2017-09-25  7:30   ` Allen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).