netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 net 0/2] sctp: rename sctp diag file and add file comments for it
@ 2018-02-13 11:33 Xin Long
  2018-02-13 11:33 ` [PATCHv2 net 1/2] sctp: rename sctp_diag.c as diag.c Xin Long
  2018-02-13 13:11 ` [PATCHv2 net 0/2] sctp: rename sctp diag file and add file comments for it Neil Horman
  0 siblings, 2 replies; 5+ messages in thread
From: Xin Long @ 2018-02-13 11:33 UTC (permalink / raw)
  To: network dev, linux-sctp; +Cc: davem, Marcelo Ricardo Leitner, Neil Horman

This patchset is to remove the sctp_ prefix for sctp diag file,
and also to add the missing file comments for it.

v1->v2:
  split them into two patches as Marcelo suggested.

Xin Long (2):
  sctp: rename sctp_diag.c as diag.c
  sctp: add file comments in diag.c

 net/sctp/Makefile    |   2 +
 net/sctp/diag.c      | 557 +++++++++++++++++++++++++++++++++++++++++++++++++++
 net/sctp/sctp_diag.c | 526 ------------------------------------------------
 3 files changed, 559 insertions(+), 526 deletions(-)
 create mode 100644 net/sctp/diag.c
 delete mode 100644 net/sctp/sctp_diag.c

-- 
2.1.0

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

end of thread, other threads:[~2018-02-13 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 11:33 [PATCHv2 net 0/2] sctp: rename sctp diag file and add file comments for it Xin Long
2018-02-13 11:33 ` [PATCHv2 net 1/2] sctp: rename sctp_diag.c as diag.c Xin Long
2018-02-13 11:33   ` [PATCHv2 net 2/2] sctp: add file comments in diag.c Xin Long
2018-02-13 13:11 ` [PATCHv2 net 0/2] sctp: rename sctp diag file and add file comments for it Neil Horman
2018-02-13 18:56   ` David Miller

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).