Skip to content

Commit

Permalink
sctp: rename sctp_diag.c as diag.c
Browse files Browse the repository at this point in the history
Remove 'sctp_' prefix for diag file, to keep consistent with other
files' names.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Xin Long authored and David S. Miller committed Feb 13, 2018
1 parent 6c67775 commit ff22b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/sctp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
offload.o stream_sched.o stream_sched_prio.o \
stream_sched_rr.o stream_interleave.o

sctp_diag-y := diag.o

sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
sctp-$(CONFIG_PROC_FS) += proc.o
sctp-$(CONFIG_SYSCTL) += sysctl.o
Expand Down
File renamed without changes.

0 comments on commit ff22b5b

Please sign in to comment.