]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: fix the name of struct sctp_shutdown_chunk_t
authorXin Long <lucien.xin@gmail.com>
Thu, 3 Aug 2017 07:42:10 +0000 (15:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Aug 2017 16:45:46 +0000 (09:45 -0700)
commit9bec378e21c03f5b507626f603d62d6e781cc6b5
tree4f40405fb63a4ec5ead16b6ef95882051f66ef96
parentcb65f2389274093e6dee830dee94abc0982a74b4
sctp: fix the name of struct sctp_shutdown_chunk_t

This patch is to fix the name of struct sctp_shutdown_chunk_t
, replace with struct sctp_initack_chunk in the places where
it's using it.

It is also to fix some indent problem.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sctp.h
net/sctp/sm_statefuns.c