]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15aa14298598238813ba9ab1c0169f59b86f280c
tree2c386b36ed3bd080d17d0d0af0dc5c5d946e33b0
parent52385b11f48cbb46b59bc7f6a24b927305c26c06
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