sctp: fix some indents in sm_make_chunk.c
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:58 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000 (10:02 -0700)
commit327c0dab8d1301cd866816de8c7f32eb872cabac
tree2c386b36ed3bd080d17d0d0af0dc5c5d946e33b0
parent172a1599ba88df7147f6503a75686fb89c8a1f3f
sctp: fix some indents in sm_make_chunk.c

There are some bad indents of functions' defination in sm_make_chunk.c.
They have been there since beginning, it was probably caused by that
the typedef sctp_chunk_t was replaced with struct sctp_chunk.

So it's the best time to fix them in this patchset, it's also to fix
some bad indents in other functions' defination in sm_make_chunk.c.

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