]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: fix checkpatch errors with open brace '{' and trailing statements
authorwangweidong <wangweidong1@huawei.com>
Mon, 23 Dec 2013 04:16:53 +0000 (12:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Dec 2013 18:47:48 +0000 (13:47 -0500)
commit45452f1a9a3af5d4330f07409e804b76d235c7ca
tree7e5406d0de3cdc025e2c892bd7addb3e54732959
parent6a43cb08304c5200b69bc93a41a4d11918ab6d08
sctp: fix checkpatch errors with open brace '{' and trailing statements

fix checkpatch errors below:
ERROR: that open brace { should be on the previous line
ERROR: open brace '{' following function declarations go on the next line
ERROR: trailing statements should be on next line

Signed-off-by: Wang Weidong <wangweidong1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/auth.c
net/sctp/input.c
net/sctp/protocol.c
net/sctp/socket.c
net/sctp/ulpqueue.c