mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
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>
This commit is contained in:
committed by
David S. Miller
parent
e61e4055b1
commit
ac23e68133
@@ -420,7 +420,7 @@ struct sctp_shutdownhdr {
|
||||
__be32 cum_tsn_ack;
|
||||
};
|
||||
|
||||
struct sctp_shutdown_chunk_t {
|
||||
struct sctp_shutdown_chunk {
|
||||
struct sctp_chunkhdr chunk_hdr;
|
||||
struct sctp_shutdownhdr shutdown_hdr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user